1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Put the C64 code into cx16/_scrsize.s.

(I forgot that SCREEN is an official jumptable function.
This commit is contained in:
Greg King 2019-09-28 01:38:16 -04:00
parent 6cae84a25d
commit 2546c6ba1c

View File

@ -1,14 +1,10 @@
;
; 2019-09-16, Greg King
; Ullrich von Bassewitz, 26.10.2000
;
; Screen size info
; Screen size variables
;
.export screensize
.import SCREEN
.include "cx16.inc"
screensize:
ldx LLEN
ldy NLINES
rts
screensize := SCREEN