Assembly code do not recognise ? and @data
问题 It is my first assembly program. Can anyone please help to make it run successfully. I am seeing below compilation error. Why it do not recognize the ? and @data ? I am trying to swap two variables in assembly. I am executing the following command nasm -f elf swap.asm But I get this error: swap.asm:6: error: symbol `?' undefined swap.asm:12: error: symbol `@data' undefined swap.asm:15: error: invalid combination of opcode and operands swap.asm:21: error: invalid combination of opcode and