VGA 1280x1024 tile driver question
Electrodude
Posts: 1,665
Hi
In vga_1280x1024_tile_driver_with_cursor.spin, line 451 reads:
Line 457 reads:
I understand how special registers are used as variables in this program, but isn't cnt read-only and auto-updated? I don't understand this.
Thanks,
Electrodude
In vga_1280x1024_tile_driver_with_cursor.spin, line 451 reads:
djnz cnt,#build_2y 'another two scan lines?
Line 457 reads:
cmp cnt,phsb wz 'sync enabled? (cnt=0)
I understand how special registers are used as variables in this program, but isn't cnt read-only and auto-updated? I don't understand this.
Thanks,
Electrodude
Comments
Probably something you only want to do if your name is Chip Gracey though...