diff options
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 |