FInal opcodes

This commit is contained in:
2026-08-30 23:02:24 +02:00
parent 1f4390a42b
commit f5672ee9c3
8 changed files with 452 additions and 146 deletions
+1 -1
View File
@@ -50,7 +50,6 @@ rstack jsr rspace
inx
bne rstack
jsr rcrlf ;new line
jmp rend ; Skip BS
;show zero page workspace
lda #0
jsr rhex
@@ -64,6 +63,7 @@ rzp jsr rspace
cpx #zp_bss
bne rzp
jsr rcrlf
jmp rend ; Skip Workspace since 65k is large
;show absolute workspace
lda #hi(data_segment)
jsr rhex