chiark / gitweb /
reformat table
authorian <ian>
Thu, 31 Jan 2008 00:56:57 +0000 (00:56 +0000)
committerian <ian>
Thu, 31 Jan 2008 00:56:57 +0000 (00:56 +0000)
detpic/common.inc

index 6c0605f26879bd19abb0ff7cd935bb748c211c1b..055f32b5424a64b66a5927f097dc0155049ab1cc 100644 (file)
@@ -22,24 +22,24 @@ tickdiv_us equ tick_us * tickdiv
 ;----------------------------------------------------------------------
 ; Common conventions for function register notation:
 
-;                      Master                  Slave
+;                      Master                          Slave
 ; Registers etc.
-;   W                  Trashed                 Trashed
-;   STATUS             Trashed                 Trashed
-;   BSR                        Not used                Not used
-;   t,u,v              Low ISR                 Low ISR
-;   TBLPTR*,TABLAT     Low ISR                 Low ISR
-;   PROD*              Low ISR                 Low ISR
-;   FSR0               Low ISR                 Low ISR
-;   PCLATU             Always set to 0         Not used
-;   PCLATH             Low ISR                 Not used
-;   t_dolocal          Low ISR                 High ISR
-;   FSR1               Low ISR                 High ISR (detect[1])
-;   FSR2               High ISR (nmra[1])      High ISR (detect[1])
-;
-;   Main loop          detection scan          detection scan
-;   High ISR           NMRA output             I2C service
-;   Low ISRs           everything else         everything else
+;   W                  Trashed                         Trashed
+;   STATUS             Trashed                         Trashed
+;   BSR                        Not used                        Not used
+;   t,u,v              Low ISR                         Low ISR
+;   TBLPTR*,TABLAT     Low ISR                         Low ISR
+;   PROD*              Low ISR                         Low ISR
+;   FSR0               Low ISR                         Low ISR
+;   PCLATU             Always set to 0                 Not used
+;   PCLATH             Low ISR                         Not used
+;   t_dolocal          Low ISR                         High ISR
+;   FSR1               Low ISR                         High ISR (detect[1])
+;   FSR2               High ISR (nmra[1])              High ISR (detect[1])
+;
+;   Main loop          detection scan                  detection scan
+;   High ISR           NMRA output                     I2C service
+;   Low ISRs           everything else                 everything else
 ;
 ; Trashed      May be trashed by any routine anywhere.  Saved
 ;              during every ISR entry/exit.