mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
12 lines
168 B
ArmAsm
12 lines
168 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 26.10.2000
|
|
;
|
|
; Screen size variables
|
|
;
|
|
|
|
.export screensize
|
|
.import SCREEN
|
|
|
|
screensize = SCREEN
|
|
|