Modify ↓
Ticket #106 (closed defect: fixed)
multiple expression too complex in TIMES.
| Reported by: | Dron | Owned by: | peter@… |
|---|---|---|---|
| Priority: | P1 | Milestone: | |
| Component: | Preprocessor: NASM-compatible | Version: | 0.6.0 |
| Severity: | normal | Keywords: | TIMES |
| Cc: |
Description
struc bug TIMES (64 - $) resb 1 endstruc
$ yasm -felf -Wno-unrecognized-char -Worphan-labels bug.asm -o bug.o bug.asm:2: multiple expression too complex
in version 0.5.0 this work ok! Thanks for help.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I'll look into fixing this. In the meantime you can use the following backwards-compatible workaround (it also works on NASM):