X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fz80%2Fmappings.i;h=029258585f2905184d5e19a31fa43082c80c30c6;hb=aa0ca082f440cf7b9cf126faf97e03fbbf0c0bc2;hp=d77251244e1899f92edf2c34f373f5c8f814490d;hpb=67a7d48073f066e319f43a8e8e4e827d5c88afd3;p=fw%2Fsdcc diff --git a/src/z80/mappings.i b/src/z80/mappings.i index d7725124..02925858 100644 --- a/src/z80/mappings.i +++ b/src/z80/mappings.i @@ -7,6 +7,7 @@ static const ASM_MAPPING _asxxxx_gb_mapping[] = { { "functionlabeldef", "%s:" }, { "*hl", "(hl)" }, { "di", "di" }, + { "ei", "ei" }, { "ldahli", "ld a,(hl+)" }, { "ldahlsp", "lda hl,%d(sp)" }, { "ldaspsp", "lda sp,%d(sp)" }, @@ -64,6 +65,7 @@ static const ASM_MAPPING _asxxxx_z80_mapping[] = { { "*iyx", "%d(iy)" }, { "*hl", "(hl)" }, { "di", "di" }, + { "ei", "ei" }, { "ldahli", "ld a,(hl)\n" "\tinc\thl" }, @@ -193,6 +195,7 @@ static const ASM_MAPPING _rgbds_gb_mapping[] = { "\tpop af" }, { "di", "di" }, + { "ei", "ei" }, { "adjustsp", "add sp,-%d" }, { "enter", "" }, { "enterx", "add sp,-%d" @@ -284,6 +287,7 @@ static const ASM_MAPPING _isas_gb_mapping[] = { "\tpop af" }, { "di", "di" }, + { "ei", "ei" }, { "adjustsp", "add sp,-%d" }, { "enter", "" }, { "enterx", "add sp,-%d" @@ -361,6 +365,7 @@ static const ASM_MAPPING _z80asm_z80_mapping[] = { { "*iyx", "(iy%+d)" }, { "*hl", "(hl)" }, { "di", "di" }, + { "ei", "ei" }, { "ldahli", "ld a,(hl)\n" "\tinc\thl" },