;====================================================================== include pindata.inc udata_acs picno res 1 ; from first idlocs byte idloc1 res 1 ; from 2nd idlocs byte; bit 7 is master: idloc1_master equ 7 idloc1_boarddet equ 6 acknmra res 1 ; must tell host about NMRA buffer state flags res 1 ; miscellaneous state flags flags_polarising equ 6 t res 1 ; general temporary u res 1 ; general temporary (another) v res 1 ; general temporary (another) t_dolocal res 1 ; temporary for _local_do outmsg_end res 1 ; first empty byte in outbuf outmsg_begin res 1 ; first full byte in outbuf isr_low_save_w res 1 ; see {enter,return}_interrupt_low isr_low_save_status res 1 ; in common.inc isr_low_save_stkptr res 1 ; isr_high_save_fsr0 res 2 ; for isrh_fsr0_{save,restore} xdebug res 8 cwslave res 1 ; slave we're currently actually writing to ; undefined except in _needwrite ;---------------------------------------------------------------------- ; NON-ACCESS-BANK SECTIONS (TABLES) outbuf_section udata 0x200 outbuf_szln2 equ 7 outbuf_size equ (1<