gbz80disasm: rgbds uses brackets for ld hl, sp+x

This commit is contained in:
yenatch 2013-05-21 16:43:54 -04:00
parent 2236e27933
commit 399925fff5
1 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,8 @@ temp_opt_table = [
[ "LD [HL], H", 0x74, 0 ],
[ "LD [HLI], A", 0x22, 0 ],
[ "LD [HL], L", 0x75, 0 ],
[ "LD HL, SP+x", 0xf8, 1 ],
# [ "LD HL, SP+x", 0xf8, 1 ], # rgbds uses [sp+x]
[ "LD HL, [SP+x]", 0xf8, 1 ],
[ "LD [HL], x", 0x36, 1 ],
[ "LD H, x", 0x26, 1 ],
# [ "LDI A, [HL]", 0x2a, 0 ],