Invalid combination of opcode and operands [duplicate]
问题 This question already has an answer here : Invalid combination of opcode and operands error (1 answer) Closed 3 years ago . SEGMENT .data print db "%d %d %d %d This is a test of printf", 10, 0 rowm dw 160 ;row multiplier iterations db 80 ;number of columns to set SEGMENT .bss offs resd 1 ;offset SEGMENT .text attribute equ 47h ;color attribute global _VText global _VPage extern _vm_buffer extern _printf _VText: push ebp mov ebp, esp push edi push esi push eax push es push ecx push edx mov esi