From e21e45347dc445e4d83fee35daf1eac2c853b8f4 Mon Sep 17 00:00:00 2001 From: neauoire Date: Wed, 1 Nov 2023 10:56:06 -0700 Subject: [PATCH] (opctest) Clear zp cells before writing --- cli/opctest/opctest.tal | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/opctest/opctest.tal b/cli/opctest/opctest.tal index 2e93784..421361d 100644 --- a/cli/opctest/opctest.tal +++ b/cli/opctest/opctest.tal @@ -82,6 +82,7 @@ ( Part 9 > Testing that zero-page is wrapping ) + #0000 STZ #00ff STZ #1234 #ff STZ2 #00ff LDA #0000 LDA ADD #46 EQU ;Dict/zp-wrap test-part