summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo C2019-05-05 19:25:06 +0200
committerLeo C2019-05-05 19:28:28 +0200
commit70fd7dac5fcca8b277c4b63fd28579fb42e29a5d (patch)
tree96eca1a4d8d39f6b0148fb67d53494d2b10c2cb0
parent514bb0fded09b28b22f8cdf91c6922f72bf384dd (diff)
downloadddt180-70fd7dac5fcca8b277c4b63fd28579fb42e29a5d.zip
fix bug from commit 'Remove disas_arg_16, disas_argtype'
-rw-r--r--ddt180.z803
1 files changed, 1 insertions, 2 deletions
diff --git a/ddt180.z80 b/ddt180.z80
index bef7e5f..3e6f95f 100644
--- a/ddt180.z80
+++ b/ddt180.z80
@@ -3131,8 +3131,7 @@ p_arg_a_addr:
call p_A_comma
p_arg_addr:
call p_char_lparen
- ld l,(iy+001h)
- ld h,(iy+002h)
+ call p_arg_mn
jr p_char_rparen
p_arg_bitop: