dup/rept macro fails

Issue #3 resolved
Former user created an issue

Arch Linux / zasm 4.2

When repetition count is greater than 10-20, zasm throws error :

in file test.asm: 6: .dup 16 ^ total source exceeds 1,000,000 lines

test.asm :

    org $8000
    di
    halt
error:
    .dup 16
    db 0
    .edup

Comments (3)

  1. Log in to comment