From d18a6bb98f6cf09a9a54f4dee6b0537d3030ed1f Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Sat, 15 Aug 2020 03:52:21 +0300 Subject: [PATCH] reordered samples a little --- main.zas | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/main.zas b/main.zas index bc5e07b..8f83276 100644 --- a/main.zas +++ b/main.zas @@ -174,8 +174,12 @@ errline: defx "---------" strbuf: - defm "cp 1<<3",13 + defm "or c",13 + defm "and (hl)",13 + defm "exx",13 defm "label cp 69",13 + defm "call 0BEEFh",13 + defm "jr $",13 ;defm "jr label",13 defm "ld a,40+2",13 defm "ld b,44-2",13 @@ -186,14 +190,9 @@ strbuf: defm "ld bc,[2+3]*5",13 defm "ld bc,(2+3)*5",13 defm "ld hl,16384",13 - defm "exx",13 defm "ld hl,#4001",13 defm "ld a,(ix-2)",13 defm "ld c,(ix)",13 - defm "call 0BEEFh",13 - defm "or c",13 - defm "and (hl)",13 - defm "jr $",13 defm "ld de,$1234",13 defm "ld bc,0x5b02",13 defm "ld a,0b1001",13 @@ -203,8 +202,7 @@ strbuf: defm "cp 1<<3",13 defm "cp 8>>2",13 defm "cp ~0-1",13 - defm "defb 7&$c,1|2,1|(3^1),1|3^1",13 - defm "defb 1<<15",13 + defm "defb 7&$c,1|2,1|(3^1),1<<15",13 defm "defw 1<<15",13 defm "defm '012','34'",13 defb 0 -- 2.11.4.GIT