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
2024-12-26 08:32:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3a7282544e
cc65
/
libsrc
/
cx16
/
_scrsize.s
7 lines
105 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Created a target and a library for the Commander X16 prototype computer.
2019-09-27 07:38:51 +00:00
;
Put the C64 code into cx16/_scrsize.s. (I forgot that SCREEN is an official jumptable function.
2019-09-28 05:38:16 +00:00
; Screen size variables
Created a target and a library for the Commander X16 prototype computer.
2019-09-27 07:38:51 +00:00
;
Put the C64 code into cx16/_scrsize.s. (I forgot that SCREEN is an official jumptable function.
2019-09-28 05:38:16 +00:00
.import
SCREEN
Updated the cx16 library to the Commander X16 Kernal's prerelease 35.
2019-12-25 15:56:32 +00:00
.export
screensize
:
=
SCREEN
Reference in New Issue
Copy Permalink