chiark / gitweb /
8/4/5 - ii
authorceb <ceb>
Fri, 8 Apr 2005 21:27:09 +0000 (21:27 +0000)
committerceb <ceb>
Fri, 8 Apr 2005 21:27:09 +0000 (21:27 +0000)
as last checkin, but with tblwts commented out

cebpic/panic.asm

index bee44854db21b281027805cf17e8030fb81e295b..a9ec92b7da511ee540d45056bd18776f71bc6a50 100644 (file)
@@ -178,30 +178,30 @@ readout_led_off
 ;---------------------------------------------------------------------------
 
 ; write error code for SOS into flash memory (starting at 30 0000h)
-        movlw   F_ERROR_H      ; set table pointer to point to
-        movwf   TBLPTRU                ; start of flash p3
-        movlw   F_SOS_H
-        movwf   TBLPTRH
-        movlw   F_SOS_L
-        movwf   TBLPTRL
-
+;        movlw   F_ERROR_H     ; set table pointer to point to
+;        movwf   TBLPTRU               ; start of flash p3
+;        movlw   F_SOS_H
+;        movwf   TBLPTRH
+;        movlw   F_SOS_L
+;        movwf   TBLPTRL
+;
 ; write message into memory, incrementing tbl pointer each time
-
-       movlw   10101000b
-       movwf   TABLAT
-       tblwt*+
-
-       movlw   11101110b
-       movwf   TABLAT
-       tblwt*+
-
-       movlw   11100010b
-       movwf   TABLAT
-       tblwt*+
-
-       movlw   10100000b
-       movwf   TABLAT
-       tblwt*+
+;
+;      movlw   10101000b
+;      movwf   TABLAT
+;      tblwt*+
+;
+;      movlw   11101110b
+;      movwf   TABLAT
+;      tblwt*+
+;
+;      movlw   11100010b
+;      movwf   TABLAT
+;      tblwt*+
+;
+;      movlw   10100000b
+;      movwf   TABLAT
+;      tblwt*+
 
 ;---------------------------------------------------------------------------
 ; turn LED green if we have made it this far....