mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-02 13:51:36 +00:00
4e70edc90c
This test exercises the relocation data feature. The test file is generated from a multi-segment OMF file that was hex-edited to have specific attributes (see 20212-reloc-data-lnk.S for instructions). The test also serves as a way to exercise the OMF converter. Also, implement the Bank Relative flag.
13 lines
776 B
ArmAsm
13 lines
776 B
ArmAsm
;ACME can't handle 65816 code that lives outside bank zero
|
|
* = $0000
|
|
!pseudopc $030000 {
|
|
!hex 18fbe230af000003ea2256340222000008af563402ad5634a956a934a902af19
|
|
!hex 0008ad1900a919a900a908eac230a91900a90008a90800eaa90f00a22600a05e
|
|
!hex 34540208eaf40000f400f0f41900f40800f44500f40003f40300f45700f44510
|
|
!hex ea4c6d00e0ffe0ff04e0ff040060e0ff0400000102030405060708090a0b0c0d
|
|
!hex 0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d
|
|
!hex 2e2faf563402206e346b00000000000000000000000000000000ea60af000008
|
|
!hex ad1900eaaf000001af000002af000003af0000086b1900080056340200800010
|
|
!hex 080054686973206973206120746573742e0068656c6c6f2c20776f726c6421
|
|
} ;!pseudopc
|