It is very simple to use:
- Don’t be deterred by the number of files in the zip – you only need two (yes, 2!)
- Give it your code: Look in the BIN directory, okay now put your .asm file in there
- Compile your code: Run tasm /l /zi your_file.asm, but replace “your_file” with the name of your .asm file
- Link your code: Run tlink /v your_file.obj io.obj, and replace “your_file” with the same name you used in step 3
- Run your code: Run your_file.exe, and again replace “your_file” with the same name
No comments:
Post a Comment