1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Note reason for that particular way of marking code.

This commit is contained in:
Thomas Harte
2025-11-22 09:49:06 -05:00
parent 88c124aa9f
commit 2dd2b279c8
+7
View File
@@ -13,6 +13,13 @@
; on the device chain
;
;
; This code adapts the same mechanism for a host call as that used by EP128Emu's FILE IO ROM.
; My original thinking was that one could be substituted for the other to permit comparative testing.
; EP128 has a couple of emulator-specific call codes that I don't implement though, and otherwise
; doesn't seem to work in this emulator. And likely the converse holds.
;
hostfscall: macro
db 0xed, 0xfe, 0xfe
db \0