mirror of
https://github.com/antoinevignau/source.git
synced 2024-11-19 22:31:52 +00:00
24 lines
316 B
ArmAsm
24 lines
316 B
ArmAsm
|
|
||
|
* Expansion linker file
|
||
|
|
||
|
DSK SynthLAB.2023
|
||
|
TYP $B3
|
||
|
|
||
|
* Assemble files
|
||
|
|
||
|
XPL
|
||
|
|
||
|
ASM MAIN.S
|
||
|
KND $0000
|
||
|
SNA MAIN
|
||
|
|
||
|
ASM PATCH.S
|
||
|
KND $0000
|
||
|
SNA PATCH
|
||
|
|
||
|
ASM DATA.S
|
||
|
KND $0000
|
||
|
SNA DATA
|
||
|
|
||
|
* END
|