Using a NASM assembler, I get the error message:Comma expected line 3,after operand 1. But line 3 is the data section and there is no operand. This is line 3: number db 7 dup (?). Why the error message?
Zev
Zev