summaryrefslogtreecommitdiff
path: root/emucpm.z80
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-11-21 22:35:03 +0000
committerIan C <ianc@noddybox.co.uk>2021-11-21 22:35:03 +0000
commit580d915873a9851b527e71beb057d53e165e410f (patch)
treec1f58843fbbeebb3f16a89b7d4a55484cbd9dcc7 /emucpm.z80
parent3b2f4e3a0f8c1541331ff5030836f03f5402d5ea (diff)
Updated to use casm for CP/M emulation
Diffstat (limited to 'emucpm.z80')
-rw-r--r--emucpm.z803
1 files changed, 3 insertions, 0 deletions
diff --git a/emucpm.z80 b/emucpm.z80
index e8edb2a..495afc9 100644
--- a/emucpm.z80
+++ b/emucpm.z80
@@ -1,6 +1,9 @@
;
; Quick hack to emulate some CPM bdos calls (well, enough to make it work)
;
+ option output-file, emucpm.hex
+ option output-format, hex
+
org 0
halt