X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/43bb4ff67fde0e90e80b0ad8d96947d90d9a2286..3735c546703c5f57dadd74318bcf9e727388be5a:/cbios/ascip.180 diff --git a/cbios/ascip.180 b/cbios/ascip.180 index ed814aa..470c07e 100644 --- a/cbios/ascip.180 +++ b/cbios/ascip.180 @@ -20,8 +20,6 @@ ;-------------------------------------------------------------- -; -; ; TC = (f PHI /(2*baudrate*Clock_mode)) - 2 ; ; Clock_mode == 16 @@ -30,13 +28,14 @@ ; br150 = baudrate/150 ; TC = (f PHI / (32 * 150 * br150)) - 2 ; TC = (f PHI / (32 * 150 * br150)) - 2 -; - cseg + ; ; Init Serial I/O for console input and output (ASCI1) ; + dseg + as0init: ld hl,initab0 jr as_init @@ -124,6 +123,8 @@ initab1: ;-------------------------------------------------------------- + dseg + as0ista: in0 a,(stat0) and M_RDRF