Skip to content

Commit

Permalink
Updated the CRCs of INIR->NOP'/INDR->NOP' for z80memptr.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode authored and raxoft committed Dec 2, 2023
1 parent 9f84881 commit 2d136c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests.asm
Expand Up @@ -1041,15 +1041,15 @@ testtable:
vec 0xed,0xb2,stop,0x00,mem,0x0000,a,0xaa,f,0xff,bc,0x00fe,de,0xddee,hl,self+1,ix,0xdd88,iy,0xfd77,sp,0xc000
vec 0x00,0x00,0x00,0x00,mem,0x0000,a,0x00,f,0x38,bc,0x0100,de,0x0000,hl,0x0000,ix,0x0000,iy,0x0000,sp,0x0000
vec 0x00,0x00,0x00,0x00,mem,0x0000,a,0x00,f,0xc7,bc,0xfe00,de,0x0000,hl,0x0000,ix,0x0000,iy,0x0000,sp,0x0000
crcs allflags,0x9d0cadce,all,0x454e3531,docflags,0x5cf12460,doc,0x3bbe489c,ccf,0xeee49e3b,mptr,0x0a537b63
crcs allflags,0x9d0cadce,all,0x454e3531,docflags,0x5cf12460,doc,0x3bbe489c,ccf,0xeee49e3b,mptr,0xf3b1be2f
name "INIR->NOP'"
db incheck

.indr_nop flags s,0,z,1,f5,0,hc,0,f3,0,pv,0,n,0,c,0
vec 0xed,0xba,stop,0x00,mem,0x0000,a,0xaa,f,0xff,bc,0x00fe,de,0xddee,hl,self+1,ix,0xdd88,iy,0xfd77,sp,0xc000
vec 0x00,0x00,0x00,0x00,mem,0x0000,a,0x00,f,0x38,bc,0x0100,de,0x0000,hl,0x0000,ix,0x0000,iy,0x0000,sp,0x0000
vec 0x00,0x00,0x00,0x00,mem,0x0000,a,0x00,f,0xc7,bc,0xfe00,de,0x0000,hl,0x0000,ix,0x0000,iy,0x0000,sp,0x0000
crcs allflags,0x739789b5,all,0x06bc40c4,docflags,0x5cf12460,doc,0x59928974,ccf,0xd2da9b2f,mptr,0x0a537b63
crcs allflags,0x739789b5,all,0x06bc40c4,docflags,0x5cf12460,doc,0x59928974,ccf,0xd2da9b2f,mptr,0xf3b1be2f
name "INDR->NOP'"
db incheck

Expand Down

0 comments on commit 2d136c1

Please sign in to comment.