b1ackmai1er
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
Source/Apps/Build.cmd
|
|
@ -21,7 +21,6 @@ call :asm Mode || goto :eof |
|
|
call :asm RTC || goto :eof |
|
|
call :asm RTC || goto :eof |
|
|
call :asm Timer || goto :eof |
|
|
call :asm Timer || goto :eof |
|
|
call :asm180 IntTest || goto :eof |
|
|
call :asm180 IntTest || goto :eof |
|
|
call :asm Reboot || goto :eof |
|
|
|
|
|
|
|
|
|
|
|
zx Z80ASM -SYSGEN/F |
|
|
zx Z80ASM -SYSGEN/F |
|
|
|
|
|
|
|
|
@ -46,4 +45,4 @@ goto :eof |
|
|
echo. |
|
|
echo. |
|
|
echo Building %1... |
|
|
echo Building %1... |
|
|
tasm -t180 -g3 -fFF %1.asm %1.com %1.lst |
|
|
tasm -t180 -g3 -fFF %1.asm %1.com %1.lst |
|
|
goto :eof |
|
|
|
|
|
|
|
|
goto :eof |
|
|
|