View Single Post
Old Jul 10th, 2005, 7:41 AM   #6
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
TASM is an assembler, not a compiler. Actually, that's what the "asm" part of the name stands for. I recommend you get a more modern one, such as NASM or MASM. Most command line programs exit when they're done (so do GUI programs, but their "done" is usually when the user says "done"). Start command line programs from the command line interface and you'll be able to see their output even after they exit.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote