cls vasm6502_oldstyle -Fbin -dotdir -c02 %1.asm pause ren a.out %1.bin dir REM hxd %1.bin REM del *.bin REM "oldstyle" supports old style of directives. REM "-c02" to recognize all 65c02 instructions, example "stz" to store a zero at an address. REM "Fbin" simple binary output module. REM "-dotdir" supports directive like "org" with a "." prefix, example ".org".