fix(memtest): memtest now no longer overwrites stack, more complete memory testing should be loaded with BUZBEE

This commit is contained in:
2025-09-28 15:37:34 -05:00
parent 35a2f12cce
commit 8c12c2106f

View File

@@ -18,7 +18,7 @@
; RAM testing routine. Ported to 6809 from 6800, based on source for ROBIT-2 for
; MIKBUG.
RAMTEST
ldx #SRAM_BASE
ldx #STACK_TOP+1 ; bottom of testable SRAM, $0200
AGAIN@ ; Store 1 in memory
lda #1 ; Set [X] to 1
sta 0,x