chiark / gitweb /
minor bugfixes
authorceb <ceb>
Sun, 15 May 2005 23:31:18 +0000 (23:31 +0000)
committerceb <ceb>
Sun, 15 May 2005 23:31:18 +0000 (23:31 +0000)
cebpic/morsepanic.asm

index 4b2e20d199188aff9e6ac58025074ea53ca22267..aa0701c289ba0d591080dc0a8315688f8ece8274 100644 (file)
@@ -211,7 +211,7 @@ morse_msg_start
        clrf    WREG3,0         ; clear loop counter (WREG3)
 
 morse_loop
-       mov_lw          PANIC_MORSE
+       mov_fw          PANIC_MORSE
        cmp_fw_ifge     WREG3           ; if loop counter >=MORSE_MSG_LENGTH, 
        return                          ; return to panic
 
@@ -266,7 +266,7 @@ register_msg_start
        clrf            WREG3,0         ; clear loop counter (WREG3)
 
 register_loop
-       mov_lw          PANIC_REGS
+       mov_fw          PANIC_REGS
        cmp_fw_ifge     WREG3           ; if loop counter >=MORSE_MSG_LENGTH, 
        return                          ; return to panic