Skip to content

vladescualexandra/asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asm

This makes me cry.

Mount

mount e: C:\Software\DosBox\FSysFAT\

ASM x86 program development steps:

  1. Edit:
path\to\A1.asm
  1. Compile:
path\to\tasm.exe A1.asm
  1. Link-edit:
path\to\tlink.exe A1.obj
path\to\tlink.exe /tc A1.obj
  1. Debugging:
path\to\td.exe A1.exe
path\to\td.exe A1.com

About

This makes me cry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published