This commit is contained in:
Frater 2017-09-24 01:45:36 +02:00
commit 43352ff262
1291 changed files with 220976 additions and 0 deletions

6
GRID/TMP Normal file
View file

@ -0,0 +1,6 @@
xbufseg SEGMENT para public 'DATA'
;high=X, low=Y => result=X*Y/256
PUBLIC _bufdata
_bufdata dw 32768 dup(0)
xbufseg ENDS