diff options
Diffstat (limited to 'macros/data.asm')
-rw-r--r-- | macros/data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/data.asm b/macros/data.asm index 241e52a..0c3723a 100644 --- a/macros/data.asm +++ b/macros/data.asm @@ -52,7 +52,7 @@ dx: MACRO x = 8 * ((\1) - 1) rept \1 db LOW((\2) >> x) -x = x + -8 +x = x - 8 endr ENDM |