-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtest.bat
More file actions
executable file
·13 lines (13 loc) · 789 Bytes
/
test.bat
File metadata and controls
executable file
·13 lines (13 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
tinyasm -f bin test\input0.asm -o test\input0.img
tinyasm -f bin test\input1.asm -o test\input1.img
tinyasm -f bin test\input2.asm -o test\input2.img
tinyasm -f bin test\fbird.asm -o test\fbird.img
tinyasm -f bin test\invaders.asm -o test\invaders.img
tinyasm -f bin test\pillman.asm -o test\pillman.img
tinyasm -f bin test\rogue.asm -o test\rogue.img -l test\rogue.lst
tinyasm -f bin test\rogue.asm -o test\rogue.com -l test\rogue.lst -dCOM_FILE=1
tinyasm -f bin test\os.asm -o test\os.img -l test\os.lst
tinyasm -f bin test\basic.asm -o test\basic.img -l test\basic.lst
tinyasm -f bin test\include.asm -o test\include.com -l test\include.lst
tinyasm -f bin test\bricks.asm -o test\bricks.img -l test\bricks.lst
tinyasm -f bin test\doom.asm -o test\doom.img -l test\doom.lst