aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <msattr@gmail.com>2020-02-09 09:37:29 -0600
committerMatt Strapp <msattr@gmail.com>2020-02-09 09:37:29 -0600
commite3c891bec3420177d699622b0c72d0bc88a68b1e (patch)
treeaf17e6398202fbcaae32e03efa579b67502a1a8a
parentAdd header (diff)
downloadee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.tar
ee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.tar.gz
ee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.tar.bz2
ee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.tar.lz
ee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.tar.xz
ee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.tar.zst
ee2361-e3c891bec3420177d699622b0c72d0bc88a68b1e.zip
Add newline
-rw-r--r--Lab_2B.X/lab2b_asm.s3
1 files changed, 2 insertions, 1 deletions
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