diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-10-27 09:16:27 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-10-27 09:16:27 +0000 |
commit | 6d0b638d691270d7c65899ed860d0330938e7a07 (patch) | |
tree | 2ffed0fb53ca82f760376847d95075a6285acf31 /electronics/asm/1.asm | |
parent | b8c4af0771371e0c91a57343892e991254c4bf0b (diff) |
did some writeup changes and finished electronics stuff
Diffstat (limited to 'electronics/asm/1.asm')
-rw-r--r-- | electronics/asm/1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/electronics/asm/1.asm b/electronics/asm/1.asm index 70eaa99..92a8f0d 100644 --- a/electronics/asm/1.asm +++ b/electronics/asm/1.asm @@ -13,9 +13,9 @@ main: movlw b'11111111' movwf PORTB call wait1000ms - call wait1000ms movlw b'00000000' movwf PORTB call wait1000ms goto main + END ; ends the program |