ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/emul_op.h
(Generate patch)

Comparing BasiliskII/src/include/emul_op.h (file contents):
Revision 1.5 by cebix, 2000-04-10T18:53:29Z vs.
Revision 1.6 by cebix, 2000-07-14T21:29:14Z

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines