fix minor bug in first non preamble char parity check

This commit is contained in:
Arthur Lu
2022-08-28 22:23:07 +00:00
parent 90c683d1da
commit 155d18721f
2 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ finish_preamble: LDI lfsr_routine
JEZ r2 // jump to finish preamble loop if this plaintext == space(32)
LDI correct_pre
PUT r2 // put correct handler address in r2
RXR r1 // check r1 for errors
RXR r3 // check r1 for errors
JEZ r2
error_pre: LDI #x80
STW r12