From 7d538f7a60e45b24394c4e9282d1f7312bcde8da Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 9 Feb 2020 09:51:39 -0600 Subject: s p a c i n g --- Lab_2B.X/lab2b_asm.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lab_2B.X/lab2b_asm.s b/Lab_2B.X/lab2b_asm.s index 4b983c2..3c3e19e 100644 --- a/Lab_2B.X/lab2b_asm.s +++ b/Lab_2B.X/lab2b_asm.s @@ -19,7 +19,7 @@ _wait_1ms: nop return -_write_0: ;2 cycles for function call +_write_0: ;2 cycles for function call inc LATA ;1 repeat #3 ;1 for load nop ;3+1=4 nop @@ -29,7 +29,7 @@ _write_0: ;2 cycles for function call return ;3 return -_write_1: ;2 cycle call +_write_1: ;2 cycle call inc LATA ;1 repeat #10;1 load nop ;1+10=11 nop -- cgit v1.2.3