22/07/2013, 19:49
|
| | | Fecha de Ingreso: noviembre-2002 Ubicación: Mexico
Mensajes: 2.751
Antigüedad: 22 años 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 |