Two module splits

git-svn-id: svn://svn.cc65.org/cc65/trunk@396 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-10-26 20:43:29 +00:00
parent 623fd3e103
commit 826a9545e4
5 changed files with 37 additions and 18 deletions

15
libsrc/conio/_scrsize.s Normal file
View File

@@ -0,0 +1,15 @@
;
; Ullrich von Bassewitz, 26.10.2000
;
; Screen size variables
;
.export xsize, ysize
.bss
xsize: .res 1
ysize: .res 1