|
|
1.1 ! root 1: LL0: ! 2: .data ! 3: .text ! 4: .align 1 ! 5: .globl _main ! 6: _main: ! 7: .word .R1 ! 8: jbr L13 ! 9: L14: ! 10: pushl $123456 ! 11: calls $1,_foo ! 12: ret ! 13: .set .R1,0x0 ! 14: L13: ! 15: jbr L14 ! 16: .data ! 17: .text ! 18: .align 1 ! 19: .globl _foo ! 20: _foo: ! 21: .word .R2 ! 22: jbr L18 ! 23: L19: ! 24: movl $37,r11 ! 25: movl $38,r10 ! 26: movl $39,r9 ! 27: calls $0,_bar ! 28: ret ! 29: .set .R2,0xe00 ! 30: L18: ! 31: jbr L19 ! 32: .data ! 33: .text ! 34: .align 1 ! 35: .globl _bar ! 36: _bar: ! 37: .word .R3 ! 38: jbr L23 ! 39: L24: ! 40: movl $2,r11 ! 41: movl $3,r10 ! 42: movl $4,r9 ! 43: calls $0,_abort ! 44: ret ! 45: .set .R3,0xe00 ! 46: L23: ! 47: jbr L24 ! 48: .data
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.