chiark / gitweb /
reserve /^ [^ ;]/ for statements inserted for debugging purposes
[trains.git] / detpic / nmra-stream.asm
index 9688c35209c88b8f846a91866527d886ebcc5178..73ef457b92e63c69e799a5e1aa9357d3f9ea63eb 100644 (file)
@@ -17,9 +17,9 @@
 
 clock equ mclock ; this part runs really only on master
 
- include common.inc
 include common.inc
 
- udata_acs
 udata_acs
 
 nmractrl       res     1       ; state relevant to NMRA control
 transmitbit    equ     7       ; bit 7: 0/1 bit currently being transmitted
@@ -66,7 +66,7 @@ buffer1 res 16
 buffer2 res 16
 buffer3 res 16
 
- code
 code
 
 ;****************************************************************************
 
@@ -461,4 +461,4 @@ panic_ferr  panic   morse_HF
 
 ;****************************************************************************
 
- include final.inc
 include final.inc