|
1 |
| -TASM -t80 -b halt.asm MBC\halt.bin |
2 |
| -TASM -t80 -b jploop.asm MBC\jploop.bin |
3 |
| -TASM -t80 -b jrloop.asm MBC\jrloop.bin |
| 1 | +TASM -t80 -b halt.asm halt.bin |
| 2 | +TASM -t80 -b jploop.asm jploop.bin |
| 3 | +TASM -t80 -b jrloop.asm jrloop.bin |
4 | 4 | pause
|
5 |
| -TASM -t80 -b tone.asm MBC\tone.bin |
6 |
| -TASM -t80 -b pingmpcl.asm MBC\pingmpcl.bin |
7 |
| -TASM -t80 -b scream.asm MBC\scream.bin |
8 |
| -TASM -t80 -b scream1.asm MBC\scream1.bin |
9 |
| -TASM -t80 -b scream2.asm MBC\scream2.bin |
10 |
| -TASM -t80 -b scream3.asm MBC\scream3.bin |
| 5 | +TASM -t80 -b tone.asm tone.bin |
| 6 | +TASM -t80 -b pingmpcl.asm pingmpcl.bin |
| 7 | +TASM -t80 -b scream.asm scream.bin |
| 8 | +TASM -t80 -b scream1.asm scream1.bin |
| 9 | +TASM -t80 -b scream2.asm scream2.bin |
| 10 | +TASM -t80 -b scream3.asm scream3.bin |
11 | 11 | pause
|
12 |
| -TASM -t80 -b typewrit.asm MBC\typewrit.bin |
13 |
| -TASM -t80 -b pingrtc.asm MBC\pingrtc.bin |
14 |
| -TASM -t80 -b pinguart.asm MBC\pinguart.bin |
15 |
| -TASM -t80 -b inuart.asm MBC\inuart.bin |
| 12 | +TASM -t80 -b typewrit.asm typewrit.bin |
| 13 | +TASM -t80 -b pingrtc.asm pingrtc.bin |
| 14 | +TASM -t80 -b pinguart.asm pinguart.bin |
| 15 | +TASM -t80 -b inuart.asm inuart.bin |
16 | 16 | pause
|
17 |
| -TASM -t80 -b leds.asm MBC\leds.bin |
18 |
| -TASM -t80 -b button.asm MBC\button.bin |
19 |
| -TASM -t80 -b button1.asm MBC\button1.bin |
20 |
| -TASM -t80 -b tone2.asm MBC\tone2.bin |
| 17 | +TASM -t80 -b leds.asm leds.bin |
| 18 | +TASM -t80 -b button.asm button.bin |
| 19 | +TASM -t80 -b button1.asm button1.bin |
| 20 | +TASM -t80 -b tone2.asm tone2.bin |
21 | 21 | pause
|
0 commit comments