obd0vtec_dev/bin
Ben Ogle f747cb9a7f initial commit 2009-04-17 17:58:22 -07:00
..
README.txt initial commit 2009-04-17 17:58:22 -07:00
asm.exe initial commit 2009-04-17 17:58:22 -07:00
dasm.exe initial commit 2009-04-17 17:58:22 -07:00

README.txt

Contained in this bin folder aer two applications: asm.exe, and dasm.exe.


ASM.EXE

Asm will assemble your .asm code into a usable .bin file:

> asm.exe inputCode.asm outputBin.bin


DASM.EXE

Dasm will disassemble a .bin file into assembly code:

> dasm.exe inputBin.bin outputAsm.asm 0 0