diff options
author | RossTheRoss <msattr@gmail.com> | 2020-02-09 09:51:39 -0600 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2020-02-09 11:31:18 -0600 |
commit | 7d538f7a60e45b24394c4e9282d1f7312bcde8da (patch) | |
tree | 38ca4b65f9106df2df37085df48a91e53b20b99e /Lab_2B.X | |
parent | Do lab stuffs (diff) | |
download | ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.tar ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.tar.gz ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.tar.bz2 ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.tar.lz ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.tar.xz ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.tar.zst ee2361-7d538f7a60e45b24394c4e9282d1f7312bcde8da.zip |
s p a c i n g
Diffstat (limited to 'Lab_2B.X')
-rw-r--r-- | Lab_2B.X/lab2b_asm.s | 4 |
1 files 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 |