Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/07/2013, 19:49
Avatar de Instru
Instru
 
Fecha de Ingreso: noviembre-2002
Ubicación: Mexico
Mensajes: 2.751
Antigüedad: 21 años, 5 meses
Puntos: 52
Respuesta: Error en una lista.

Hola.
Gracias por tu respuesta.

Pongo un fragmento del codigo.
Código:
 ["jr", "dir", 0x18],

    '''All this are the different ways of writing the opcode parameters'''
    '''The next opcodes mean the same'''
    ["ld", "(ff00+c),a", 0xE2],
    ["ld", "[ff00+c],a", 0xE2],
    ["ld", "(c),a", 0xE2],
    ["ld", "[c],a", 0xE2],
    '''Finish the opcodes that means the same'''

    '''All this is the same opcode'''
    ["ld", "(hli),a", 0x22],
Si no mal recuerdo puedo usar 3 comillas simples para poner comentarios.

Saludos