added shared mem access between threads, working screen :)))

This commit is contained in:
august kline 2024-02-06 16:42:38 -05:00
parent 7ce48e59fc
commit ef438f48d2
3 changed files with 792 additions and 286 deletions

Binary file not shown.

View File

@ -1,6 +1,9 @@
.setcpu "65C02"
.segment "CODE"
main:
LDA #$25
LDY #$25
STY $2000
ADC $2000
LDY #$FF
STY $7000
STY $7001
STY $7002
JMP main

File diff suppressed because it is too large Load Diff