Hey, I've just begun learning assembly several days ago using the art of assembly at
Art of Assembly Language Programming and HLA by Randall Hyde on Windows XP. The problem is the first program they had me do, the hello world program, it worked fine, but at the end of the compilation it said:
POLINK: warning: /SECTION: .bss ignored; section is missing
The program worked fine when I executed it after that, but when I did another of the example programs, the error message at the end was
error: illegal instruction
When I tried to execute it after that, the the command is not recognized as an internal command, operable program or batch file.
If you need more information I can take screenshots the whole thing and post them up here.