From 4838f4075642c589b7c5bbbd0673e6ea761df9a5 Mon Sep 17 00:00:00 2001 From: ceb Date: Sun, 15 May 2005 21:51:23 +0000 Subject: [PATCH] add extra blank space between nybbles of register readout --- cebpic/morsepanic.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cebpic/morsepanic.asm b/cebpic/morsepanic.asm index e8eadeb..a5d7e79 100644 --- a/cebpic/morsepanic.asm +++ b/cebpic/morsepanic.asm @@ -254,7 +254,7 @@ register_readout_loop return movlw 4 - cmp_fw_ifne WREG4,0 ; if loop counter !=4 (nybble length), + cmp_fw_ifne WREG4 ; if loop counter !=4 (nybble length), ; skip insertion of extra black space goto not_nybble_boundary call waiting -- 2.30.2