* SMS2 - Offsets in BASIC channel defintion
*
* This file - SMS4_in - contains the offsets in BASIC channel definition
*
          nolist

ch.id     equ  $00       long      channel ID
ch.ccpy   equ  $04       float     current cursor position y
ch.ccpx   equ  $0a       float     current cursor position x
ch.angle  equ  $10       float     turtle angle
ch.pen    equ  $16       byte      pen status (up or down)
ch.chpos  equ  $20       word      character position on line
ch.width  equ  $22       word      width of line in characters
ch.spare  equ  $24                 spare

ch.lench  equ  $28                 length of channel definition block

          list
