sys comments

This commit is contained in:
Phil Budne
2016-03-31 22:53:27 -04:00
parent 9a8a4bae17
commit 208ed1dbf5
6 changed files with 211 additions and 209 deletions
+4 -4
View File
@@ -248,13 +248,13 @@ dspinit: 0
jmp dspinit i
" "move display" (change display buffer pointer)
" called with new buffer pointer in AC??
" called with new buffer pointer in AC
movdsp: 0
iof
cdf
dac dspbufp
cdf " clear display flags (stop)
dac dspbufp " save display buf pointer
-1
dac .dspb
dac .dspb " .dspb = -1
ion
jmp movdsp i