From 6a4e9540b950d871ea8fa072b195490a231b251d Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 23 Oct 2014 02:22:01 +0200 Subject: new fifos msg in, msg out, console in, console out --- z180/fifoio.180 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'z180/fifoio.180') 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 -- cgit v1.2.3