diff options
Diffstat (limited to 'test/dup.asm')
-rw-r--r-- | test/dup.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dup.asm b/test/dup.asm index 2e939119..723da48b 100644 --- a/test/dup.asm +++ b/test/dup.asm @@ -12,10 +12,10 @@ db 6 dup (33, 34) db 6 dup (33, 34), 35 db 7 dup (99) - db 7 dup (?,?) + db 7 dup dword (?, word ?,?) dw byte (?,44) - dw 0xcc, 4 dup byte ('PQR'), ?, 0xabcd + dw 3 dup (0xcc, 4 dup byte ('PQR'), ?), 0xabcd dd 16 dup (0xaaaa, ?, 0xbbbbbb) dd 64 dup (?) |