This commit is contained in:
2024-02-27 20:53:13 +01:00
parent a5536e63b7
commit b4ebe4978b
3 changed files with 24 additions and 12 deletions

4
main.S
View File

@ -22,6 +22,8 @@
#define BIT_COUNTER_REGISTER r6
#define BIT_COUNTER_INIT_VALUE 0x01
;; 2.48us
#define TIMER_COMPLETE 45
;; 1.18us
@ -50,7 +52,7 @@
.section ".data"
screendata:
.rept 5
.rept 6
.byte 0
.endr
screendataend: