|
|
1.1 ! root 1: /* Variables for combination addressing modes tests */ ! 2: .globl base ! 3: .globl mask ! 4: .globl src ! 5: .globl dest ! 6: .globl ba ! 7: .globl ma ! 8: .globl sa ! 9: .globl da ! 10: .globl add_table ! 11: .globl base_add ! 12: ! 13: .align 2 ! 14: base: .space 4 /* relative offset 0 */ ! 15: mask: .fill 1,4,0x55555555 /*rl 4 */ ! 16: src: .fill 1,4,0xaaaaaaaa /*rl 8 */ ! 17: dest: .fill 1,4,0xffffffff /*rl 12 */ ! 18: ! 19: ba: .long base /*base address */ ! 20: ma: .long mask /*mask address */ ! 21: sa: .long src /*source address */ ! 22: da: .long dest /*destination address */ ! 23: ! 24: add_table: ! 25: .space 4 ! 26: .long base /*rl 4 */ ! 27: .space 32002 ! 28: .align 2 ! 29: .long base /*rl 32012 */ ! 30: .space 32003 ! 31: .align 2 ! 32: .long base /*rl 64020 */ ! 33: ! 34: base_add: ! 35: .long add_table /*address of add_table */ ! 36: ! 37: /* end of file */ ! 38:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.