summaryrefslogtreecommitdiff
path: root/z180/fifoio.180
diff options
context:
space:
mode:
authorLeo C2014-10-23 02:22:01 +0200
committerLeo C2014-10-23 02:22:01 +0200
commit6a4e9540b950d871ea8fa072b195490a231b251d (patch)
tree2078c1bcf0abe120c28f0e0f9a1404162bb29c85 /z180/fifoio.180
parent424b184a9bab3b1b8fe93fbc9e8a6e9d566904c8 (diff)
downloadz180-stamp-6a4e9540b950d871ea8fa072b195490a231b251d.zip
new fifos msg in, msg out, console in, console out
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