From e3c891bec3420177d699622b0c72d0bc88a68b1e Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 9 Feb 2020 09:37:29 -0600 Subject: Add newline --- Lab_2B.X/lab2b_asm.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lab_2B.X/lab2b_asm.s b/Lab_2B.X/lab2b_asm.s index ec29c69..55c7771 100644 --- a/Lab_2B.X/lab2b_asm.s +++ b/Lab_2B.X/lab2b_asm.s @@ -35,4 +35,5 @@ _write_1: ;2 cycle call nop ;1+10=11 nop clr LATA ;1 nop ;1 - return ;3 return \ No newline at end of file + return ;3 return + \ No newline at end of file -- cgit v1.2.3