Lines Matching refs:in
30 % Redistribution and use in source and binary forms, with or without
34 % notice, and the entire permission notice in its entirety,
36 % 2. Redistributions in binary form must reproduce the above copyright
37 % notice, this list of conditions and the following disclaimer in the
44 % the GNU General Public License, in which case the provisions of the
47 % the restrictions contained in a BSD-style copyright.)
71 ; - 951029 by JM -> v1.3 - Carrier Detect events now queued in a separate
80 CTL_CHAR equ $00 ; byte in ibuf is a character
81 CTL_EVENT equ $01 ; byte in ibuf is an event
164 sta cdbuf,x ; save status in buffer ;
168 stx CDHead ; update index in RAM ;
187 sta ACIA\1+A_CTRL ; store in control register ;
194 cmp #200 ; 200 chars or more in buffer? ;
197 .if cc ; still room in buffer: ;
224 sta ictl\1,x ; save it in InCtl buffer ;
228 cpx InTail\1 ; still room in buffer? ;
230 stx InHead\1 ; update index in memory ;
237 sta ibuf\1,x ; save char in buffer ;
242 stx InHead\1 ; update index in RAM ;
345 VARDEF ictl0 256 ; input control information (type of data in ibuf)
403 cld ; in case a 6502 is used... ;