make atari testcode compile again, added makefile

This commit is contained in:
mrdudz
2020-08-26 20:53:45 +02:00
parent 4c912a0fbe
commit c6adf4364f
4 changed files with 39 additions and 0 deletions

View File

@@ -43,15 +43,20 @@ key: lda CH
dispdata: scrcode "fooBa", 'r', $66, 3+4
disp_len = * - dispdata
.export __AUTOSTART__: absolute = 1
.segment "AUTOSTRT"
.word $02E0
.word $02E1
.word __CODE_LOAD__+1
.export __EXEHDR__: absolute = 1
.segment "EXEHDR"
.word $FFFF
.segment "MAINHDR"
.word __CODE_LOAD__
.word __BSS_LOAD__ - 1