Mercurial > hg > Members > kono > nitros9-code
comparison level2/modules/w1.asm @ 622:18b0ab24a828
Fixed initsize problem in descriptor
author | boisy |
---|---|
date | Tue, 03 Dec 2002 16:07:52 +0000 |
parents | 02a8ba2b9092 |
children | d13864ef3317 |
comparison
equal
deleted
inserted
replaced
621:f5faeb8929ff | 622:18b0ab24a828 |
---|---|
59 fcb $80 init value for dev ctl reg | 59 fcb $80 init value for dev ctl reg |
60 fcb $00 baud rate | 60 fcb $00 baud rate |
61 fdb name copy of descriptor name address | 61 fdb name copy of descriptor name address |
62 fcb $00 acia xon char | 62 fcb $00 acia xon char |
63 fcb $00 acia xoff char | 63 fcb $00 acia xoff char |
64 initsize equ * | |
65 fcb szx (szx) number of columns for display | 64 fcb szx (szx) number of columns for display |
66 fcb szy (szy) number of rows for display | 65 fcb szy (szy) number of rows for display |
67 fcb wnum window number | 66 fcb wnum window number |
68 fcb $01 data in rest of descriptor valid | 67 fcb $01 data in rest of descriptor valid |
69 fcb sty (sty) window type | 68 fcb sty (sty) window type |
70 fcb cpx (cpx) x cursor position | 69 fcb cpx (cpx) x cursor position |
71 fcb cpy (cpy) y cursor position | 70 fcb cpy (cpy) y cursor position |
72 fcb prn1 (prn1) foreground color | 71 fcb prn1 (prn1) foreground color |
73 fcb prn2 (prn2) background color | 72 fcb prn2 (prn2) background color |
74 fcb prn3 (prn3) border color | 73 fcb prn3 (prn3) border color |
74 initsize equ * | |
75 | 75 |
76 name fcc /W/ | 76 name fcc /W/ |
77 fcb 176+wnum | 77 fcb 176+wnum |
78 mgrnam fcs /SCF/ | 78 mgrnam fcs /SCF/ |
79 drvnam fcs /CC3IO/ | 79 drvnam fcs /CC3IO/ |