diff options
Diffstat (limited to 'emucpm.z80')
-rw-r--r-- | emucpm.z80 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |