|
|
1.1 ! root 1: ! 2: ! 3: /* clrl r5 : register mode */ ! 4: #define I0 2 ! 5: extern char CLRL0[]; ! 6: ! 7: /* clrl -(sp) : auto decrement */ ! 8: #define I1 2 ! 9: extern char CLRL1[]; ! 10: ! 11: /* clrl *(sp)+ : auto increment deferred */ ! 12: #define I2 2 ! 13: extern char CLRL2[]; ! 14: ! 15: /* clrl *12(r5)[r6] : longword displacement deferred indexed */ ! 16: #define I3 7 ! 17: extern char CLRL3[]; ! 18: ! 19: /* clrl *loc[r6] : longword relative deferred indexed */ ! 20: /* loc is 1 Page away from PC */ ! 21: #define I4 7 ! 22: extern char CLRL4[]; ! 23: ! 24: /* 4 Operands : emul *12(r3)[r4],r5,*12(r6)[r7],*12(r10)[r9] */ ! 25: #define I5 20 ! 26: extern char EMUL[]; ! 27: ! 28: extern char KCALL[]; /* kcall r0 */ ! 29:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.