mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
2546c6ba1c
(I forgot that SCREEN is an official jumptable function.
11 lines
160 B
ArmAsm
11 lines
160 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 26.10.2000
|
|
;
|
|
; Screen size variables
|
|
;
|
|
|
|
.export screensize
|
|
.import SCREEN
|
|
|
|
screensize := SCREEN
|