|
|
1.1 ! root 1: .text 0 ! 2: .align 2 ! 3: _foo: .word 0x00 ! 4: .ascii "This is a random string" ! 5: .align 7 ! 6: _bar: ! 7: .ascii "bar should be aligned to 7" ! 8: .data 0 ! 9: .align 6 ! 10: _data06: ! 11: .ascii "this is junk" ! 12: .text 0 ! 13: .align 3 ! 14: .ascii "aligned to 3" ! 15: ret ! 16: .data 2 ! 17: .align 2 ! 18: _food2: .word 0x00 ! 19: .ascii "This is a random string" ! 20: .align 7 ! 21: _bard2: ! 22: .ascii "bar should be aligned to 7" ! 23: .align 3 ! 24: .ascii "aligned to 3" ! 25: ret ! 26: .text 2 ! 27: .align 2 ! 28: _foot2: .word 0x00 ! 29: .ascii "This is a random string" ! 30: .align 7 ! 31: _bart2: ! 32: .ascii "bar should be aligned to 7" ! 33: .align 3 ! 34: .ascii "aligned to 3" ! 35: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.