Skip to content

Instantly share code, notes, and snippets.

View copsicle's full-sized avatar
📖
studying

copsicle

📖
studying
View GitHub Profile
@copsicle
copsicle / QASM.BAT
Created June 2, 2021 23:11
CGX16 Zombie Taker
REM Author: Gonen Cohen
REM This is the quick command line assembly script for TASM
REM Put this in your path and run it by writing qasm {program name, no format/extension needed}
REM For example: qasm surv
REM The TASM line specifies two passes so that labels and memory locations would assemble correctly
TASM /m2 /t %1
TLINK /t %1