From 9c6a47181121c468b0fbee158b0cfd38ea350531 Mon Sep 17 00:00:00 2001 From: doug Date: Sat, 16 Feb 2013 14:59:44 +0000 Subject: [PATCH] add tms utility --- branches/dwg/Apps/crossdev/tmsstat.bat | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 branches/dwg/Apps/crossdev/tmsstat.bat diff --git a/branches/dwg/Apps/crossdev/tmsstat.bat b/branches/dwg/Apps/crossdev/tmsstat.bat new file mode 100644 index 00000000..e8d21190 --- /dev/null +++ b/branches/dwg/Apps/crossdev/tmsstat.bat @@ -0,0 +1,20 @@ +@rem tmsstat.bat 2/15/2013 dwg - build tmsstat.cpm using native tools +@if not exist tmsstat.asm erase tmsstat.cpm +@if not exist tmsstat.asm erase tmsstat.o +@if not exist tmsstat.asm z80mu cc tmsstat +@if not exist tmsstat.o erase tmsstat.cpm +@if not exist tmsstat.o z80mu as tmsstat + +@if not exist n8chars.asm erase tmsstat.cpm +@if not exist n8chars.asm erase n8chars.o +@if not exist n8chars.asm z80mu cc n8chars +@if not exist n8chars.o z80mu as n8chars + +@if not exist tms9918.asm z80mu erase tmsstat.cpm +@if not exist tms9918.asm erase tms9918.o +@if not exist tms9918.asm z80mu cc tms9918 +@if not exist tms9918.o z80mu as tms9918 + +@if not exist tmsstat.cpm z80mu ln tmsstat.o n8chars.o tms9918.o -lc +@if not exist tmsstat.cpm rename tmsstat.com tmsstat.cpm +@dir tmsstat.cpm