From 580d915873a9851b527e71beb057d53e165e410f Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 21 Nov 2021 22:35:03 +0000 Subject: Updated to use casm for CP/M emulation --- emucpm.z80 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emucpm.z80') 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 -- cgit v1.2.3