Move scrdev into it's own file. On the atarixl target it will be referenced by crt0.s.
This commit is contained in:
7
libsrc/atari/scrdev.s
Normal file
7
libsrc/atari/scrdev.s
Normal file
@@ -0,0 +1,7 @@
|
||||
; Name of the "screen" device
|
||||
|
||||
.export scrdev
|
||||
|
||||
.rodata
|
||||
|
||||
scrdev: .byte "S:", 0
|
||||
Reference in New Issue
Block a user