# | Line 26 | Line 26 | const uint16 M68K_ILLEGAL = 0x4afc; | |
---|---|---|
26 | const uint16 M68K_NOP = 0x4e71; | |
27 | const uint16 M68K_RTS = 0x4e75; | |
28 | const uint16 M68K_RTD = 0x4e74; | |
29 | + | const uint16 M68K_RTR = 0x4e77; |
30 | const uint16 M68K_JMP = 0x4ef9; | |
31 | const uint16 M68K_JMP_A0 = 0x4ed0; | |
32 | const uint16 M68K_JSR = 0x4eb9; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |