1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

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

View File

@ -15,6 +15,7 @@
.import clriocb
.import fdtoiocb
.import newfd
.import scrdev
.importzp tmp1,tmp2,tmp3
.include "atari.inc"
@ -100,8 +101,3 @@ cioerr: jsr fddecusage ; decrement usage counter of fd as open failed
jmp __do_oserror
.endproc ; __graphics
.rodata
scrdev: .byte "S:", 0

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