Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!piskacrj From: piskacrj@mentor.cc.purdue.edu (Robert J Piskac) Newsgroups: comp.sys.cbm Subject: rs232 assembler code Keywords: Transactor Message-ID: <11876@mentor.cc.purdue.edu> Date: 4 May 91 16:34:34 GMT Organization: Purdue University Lines: 42 When the rs232 transactor routines were posted to the group, all of the c128 changes were not listed. Can anyone fill in the rest of the addresses for me? ; ;This source code is distributed under the premise that material published in ;Transactor magazine is public domain. ;-------------------------------------- ; "newmodem.src" - 64 mode ; @128 = changes for 128 mode. ;-------------------------------------- ; these are correct ; ribuf = $c8 ; @64 $f7 @128 $c8 robuf = $ca ; @64 $f9 @128 $ca baudof = $0a16 ; @64 $0299 @128 $0a16 ridbe = $0a18 ; @64 $029b @128 $0a18 ridbs = $0a19 ; @64 $029c @128 $0a19 rodbs = $0a1a ; @64 $029d @128 $0a1a rodbe = $0a1b ; @64 $029e @128 $0a1b enabl = $0a0f ; @64 $02a1 @128 $0a0f ;---------------------------------------------- ; ; not sure if these are correct for the 128 version ; oldout = $ef79 ; @64 $f1ca @128 $ef79 oldchk = $f106 ; @64 $f21b @128 $f106 ;---------------------------------------------- ; Are these the same for the c128? ; rstkey = $fe56 norest = $fe72 return = $febc findfn = $f30f devnum = $f31f nofile = $f701 piskacrj@mentor.cc.purdue.edu