summaryrefslogtreecommitdiff
path: root/z180/fifoio.180
diff options
context:
space:
mode:
Diffstat (limited to 'z180/fifoio.180')
-rw-r--r--z180/fifoio.1809
1 files changed, 5 insertions, 4 deletions
diff --git a/z180/fifoio.180 b/z180/fifoio.180
index 27745d4..dd99c53 100644
--- a/z180/fifoio.180
+++ b/z180/fifoio.180
@@ -1,6 +1,9 @@
page 255
.z80
+;
+; FIFO channels for communication with stm32
+;
global f.init,f.in,f.out,f.i.st
extrn buf.init
@@ -21,12 +24,10 @@
;--------------------------------------------------------------
cseg
-;
-; FIFO channels for communication with stm32
-;
+
; Init Serial I/O for console input and output
;
-
+
f.init:
ld ix,rx.buf
ld a,rx.buf.mask