Skip to content

Instantly share code, notes, and snippets.

@majidux
Last active October 16, 2021 08:18
Show Gist options
  • Save majidux/b851a1d23e39b58f15259aed63c4ca5d to your computer and use it in GitHub Desktop.
Save majidux/b851a1d23e39b58f15259aed63c4ca5d to your computer and use it in GitHub Desktop.
donwload vDos and masm
https://www.vdos.info/download.html
https://allameh.info/masm/
install vdos and copy all content inside masm.zip into vdos folder which they are usualy in this directory: C:\vDos\masm
also put your *.asm file inside this drirectory
open vdos app and enter 0
write these commands:
masm *.asm
masm *.asm /L
link *.asm
*.asm
ps: * is your file name
ps2: dir command shows all files in directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment