|
1 | | -VIC2 = $D000 ; VIC-II base |
2 | | -COLORAM = $D800 ; color ram |
| 1 | +VIC2 = $D000 ; VIC-II register base |
| 2 | +COLORAM = $D800 ; color memory |
3 | 3 |
|
4 | 4 | SCROLY = VIC2+$11 |
5 | 5 | RASTER = VIC2+$12 |
6 | 6 | SCROLX = VIC2+$16 |
7 | | -VICIRQ = VIC2+$19 ; VIC Interrupt Flag Register |
8 | | -IRQMASK = VIC2+$1A ; VIC IRQ Mask Register |
9 | | -EXTCOL = VIC2+$20 ; border color |
10 | | -BGCOL0 = VIC2+$21 ; background color |
| 7 | +VICIRQ = VIC2+$19 ; VIC Interrupt Flag Register |
| 8 | +IRQMASK = VIC2+$1A ; VIC IRQ Mask Register |
| 9 | +EXTCOL = VIC2+$20 ; border color |
| 10 | +BGCOL0 = VIC2+$21 ; background color |
11 | 11 | BGCOL1 = VIC2+$22 |
12 | 12 | BGCOL2 = VIC2+$23 |
13 | 13 |
|
14 | | -CHROUT = $FFD2 ; output character |
15 | | -STOP = $FFE1 ; check for stop key |
| 14 | +CHROUT = $FFD2 ; output character |
| 15 | +STOP = $FFE1 ; check for stop key |
16 | 16 |
|
17 | | -T1 = $9E ; Tape pass 1 error log index |
18 | | -T2 = $9F ; Tape pass 2 error log correction index |
| 17 | +T1 = $9E ; Tape pass 1 error log index |
| 18 | +T2 = $9F ; Tape pass 2 error log correction index |
19 | 19 |
|
20 | | -TIME = $A0 ; Software Jiffy Clock (2) |
21 | | -SAL = $AC ; Pointer to the Starting Address of a Load/Screen Scrolling (2) (temporary) |
22 | | -EAL = $AE ; Pointer to Ending Address of Load (2) (End of Program) |
| 20 | +TIME = $A0 ; (3) Software Jiffy Clock |
| 21 | +SAL = $AC ; (2) Pointer to the Starting Address of a Load/Screen Scrolling (temporary) |
| 22 | +EAL = $AE ; (2) Pointer to Ending Address of Load (End of Program) |
23 | 23 |
|
24 | | -FA = $BA ; Current Device Number |
25 | | -FNLEN = $B7 ; Length of Current Filename |
26 | | -FNADDR = $BB ; Pointer: Current Filename (2) |
| 24 | +FA = $BA ; Current Device Number |
| 25 | +FNLEN = $B7 ; Length of Current Filename |
| 26 | +FNADDR = $BB ; (2) Pointer: Current Filename |
27 | 27 |
|
28 | | -VICSCN = $0400 |
| 28 | +VICSCN = $0400 ; default screen memory |
29 | 29 |
|
30 | 30 | VICGO64 = VICSCN + 40*22 |
31 | 31 | VICAS64 = VICSCN + 40*15 |
|
0 commit comments