From 4f7e147fdf429430a2fee9746f0c3591be09004b Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 31 Jan 2008 00:56:57 +0000 Subject: [PATCH] reformat table --- detpic/common.inc | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/detpic/common.inc b/detpic/common.inc index 6c0605f..055f32b 100644 --- a/detpic/common.inc +++ b/detpic/common.inc @@ -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. -- 2.30.2