This website requires JavaScript.
Explore
Help
Sign in
empathicqubit
/
cc65
Watch
1
Star
0
Fork
You've already forked cc65
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
47ee179273
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 03:38:51 -04:00
;
Put the C64 code into cx16/_scrsize.s. (I forgot that SCREEN is an official jumptable function.
2019-09-28 01:38:16 -04:00
; Screen size variables
Created a target and a library for the Commander X16 prototype computer.
2019-09-27 03:38:51 -04:00
;
Put the C64 code into cx16/_scrsize.s. (I forgot that SCREEN is an official jumptable function.
2019-09-28 01:38:16 -04:00
.import
SCREEN
Updated the cx16 library to the Commander X16 Kernal's prerelease 35.
2019-12-25 10:56:32 -05:00
.export
screensize
:
=
SCREEN
Reference in a new issue
Copy permalink