fix(memtest): memtest now no longer overwrites stack, more complete memory testing should be loaded with BUZBEE
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user