debug 'k' ; write 'k' to serial port
; check next action - if 0, change to 1 and return
bt_fa_if1 nmractrl,nextaction
- goto toggle_output
+ bra toggle_output
bs_fa nmractrl,nextaction
debug '1' ; write 'k' to serial port
retfie_r
debug 'l' ; write 'l' to serial port
btg_fa PORTC,0 ; toggle booster output pin
bt_fa_if0 PORTC,0
- goto decide_next_bit
- goto mid_bit
+ bra decide_next_bit
+ bra mid_bit
; if transition was 0->1 then we are mid-bit, so copy transmitbit to
debug '_' ; write 'q' to serial port
bc_fa nmractrl,transmitbit
bc_fa nmractrl,nextaction
- goto advance_bit
+ bra advance_bit
one_bit_to_track
debug '_' ; write 'q' to serial port
debug '_' ; write 'q' to serial port
bs_fa nmractrl,transmitbit
bs_fa nmractrl,nextaction
- goto advance_bit
+ bra advance_bit