mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
Preliminary Support for Interrupt Management API
This commit is contained in:
@@ -20,6 +20,7 @@ call :asm OSLdr || goto :eof
|
||||
call :asm Mode || goto :eof
|
||||
call :asm RTC || goto :eof
|
||||
call :asm Timer || goto :eof
|
||||
call :asm180 IntTest || goto :eof
|
||||
|
||||
zx Z80ASM -SYSGEN/F
|
||||
|
||||
@@ -38,4 +39,10 @@ goto :eof
|
||||
echo.
|
||||
echo Building %1...
|
||||
tasm -t80 -g3 -fFF %1.asm %1.com %1.lst
|
||||
goto :eof
|
||||
|
||||
:asm180
|
||||
echo.
|
||||
echo Building %1...
|
||||
tasm -t180 -g3 -fFF %1.asm %1.com %1.lst
|
||||
goto :eof
|
||||
Reference in New Issue
Block a user