This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-01-09 11:30:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
/
atari
/
scrdev.s
8 lines
96 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Move scrdev into it's own file. On the atarixl target it will be referenced by crt0.s.
2013-06-13 01:16:35 +02:00
; Name of the "screen" device
untabify
2013-09-27 22:01:54 +02:00
.export
scrdev
Move scrdev into it's own file. On the atarixl target it will be referenced by crt0.s.
2013-06-13 01:16:35 +02:00
.rodata
scrdev
:
.byte
"
S:
"
,
0
Reference in New Issue
Copy Permalink