Move scrdev into it's own file. On the atarixl target it will be referenced by crt0.s.

This commit is contained in:
Christian Groessler
2013-06-13 01:16:35 +02:00
parent a6477c8caf
commit 7eca62f8e4
2 changed files with 8 additions and 5 deletions

7
libsrc/atari/scrdev.s Normal file
View File

@@ -0,0 +1,7 @@
; Name of the "screen" device
.export scrdev
.rodata
scrdev: .byte "S:", 0