mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 02:14:19 +00:00
Upload
Digital Research
This commit is contained in:
10
CONTRIBUTIONS/cpm1.4/tools/getcpm.bat
Normal file
10
CONTRIBUTIONS/cpm1.4/tools/getcpm.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
rem #1 = inputfn, #2 outputfn #3 = addr, #4 = lth
|
||||
rem build a script for debug
|
||||
echo rcx>dbg.bat
|
||||
echo %4>>dbg.bat
|
||||
echo n%2>>dbg.bat
|
||||
echo w%3>>dbg.bat
|
||||
echo q>>dbg.bat
|
||||
call debug %1 <dbg.bat
|
||||
|
||||
Reference in New Issue
Block a user