From b39663db4266ef85589a5fd23dfc886ea5edeb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Sun, 6 Jan 2019 00:02:03 +0100 Subject: [PATCH] No need to use workaround - vasm was fixed. --- test/test_emulation_wrap_izpx.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/test_emulation_wrap_izpx.s b/test/test_emulation_wrap_izpx.s index 1742893..12693d8 100644 --- a/test/test_emulation_wrap_izpx.s +++ b/test/test_emulation_wrap_izpx.s @@ -1,7 +1,4 @@ start: sta (0x10,X) -; lda (0xF0,X) -.byte 0xA1,0xF0 + lda (0xF0,X) stp - -