mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
Put the C64 code into cx16/_scrsize.s.
(I forgot that SCREEN is an official jumptable function.
This commit is contained in:
parent
6cae84a25d
commit
2546c6ba1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user