mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +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:
parent
a6477c8caf
commit
7eca62f8e4
@ -15,6 +15,7 @@
|
|||||||
.import clriocb
|
.import clriocb
|
||||||
.import fdtoiocb
|
.import fdtoiocb
|
||||||
.import newfd
|
.import newfd
|
||||||
|
.import scrdev
|
||||||
.importzp tmp1,tmp2,tmp3
|
.importzp tmp1,tmp2,tmp3
|
||||||
|
|
||||||
.include "atari.inc"
|
.include "atari.inc"
|
||||||
@ -100,8 +101,3 @@ cioerr: jsr fddecusage ; decrement usage counter of fd as open failed
|
|||||||
jmp __do_oserror
|
jmp __do_oserror
|
||||||
|
|
||||||
.endproc ; __graphics
|
.endproc ; __graphics
|
||||||
|
|
||||||
|
|
||||||
.rodata
|
|
||||||
|
|
||||||
scrdev: .byte "S:", 0
|
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user