From 6d0b638d691270d7c65899ed860d0330938e7a07 Mon Sep 17 00:00:00 2001 From: thing1 Date: Sun, 27 Oct 2024 09:16:27 +0000 Subject: did some writeup changes and finished electronics stuff --- electronics/asm/1.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'electronics/asm/1.asm') 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 -- cgit v1.2.3