diff options
author | Matt Strapp <msattr@gmail.com> | 2020-02-09 09:37:29 -0600 |
---|---|---|
committer | Matt Strapp <msattr@gmail.com> | 2020-02-09 09:37:29 -0600 |
commit | e3c891bec3420177d699622b0c72d0bc88a68b1e (patch) | |
tree | af17e6398202fbcaae32e03efa579b67502a1a8a /Lab_2B.X/lab2b_asm.s | |
parent | Add header (diff) | |
download | ee2361-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
Diffstat (limited to 'Lab_2B.X/lab2b_asm.s')
-rw-r--r-- | Lab_2B.X/lab2b_asm.s | 3 |
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 |