From ed3858bde6844d7f9def161c7d9ea309ecfa1284 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 11 Dec 2023 21:21:19 +0100 Subject: [PATCH] Added test to cover .adv --- tests/t0.bin | Bin 155 -> 157 bytes tests/t0.s | 1 + 2 files changed, 1 insertion(+) diff --git a/tests/t0.bin b/tests/t0.bin index f6644864d8c80c98fe0e1d78496dc41fd0905fa9..6ca8b4347d11c575ab9a0995a5234d7def44386d 100644 GIT binary patch delta 9 QcmbQuIG1t4Y$m(e01z$%K>z>% delta 6 NcmbQsIGb_8Yyb!20%iaJ diff --git a/tests/t0.s b/tests/t0.s index e9206f1..5ee5c65 100644 --- a/tests/t0.s +++ b/tests/t0.s @@ -104,3 +104,4 @@ j1: ld [hl], a .adv 1 l3: .db 1 + ld a, l3 -- 2.30.2