From: ceb Date: Fri, 8 Apr 2005 21:27:09 +0000 (+0000) Subject: 8/4/5 - ii X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=0e6766001c815dc1672e3c70fdb93fc90dd0fa34;p=trains.git 8/4/5 - ii as last checkin, but with tblwts commented out --- diff --git a/cebpic/panic.asm b/cebpic/panic.asm index bee4485..a9ec92b 100644 --- a/cebpic/panic.asm +++ b/cebpic/panic.asm @@ -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....