2025-07-18 ...before ...m82025070800114seg.asm

;; (C3/4) David Vajda
;; 14 Segment Anzeige + Text
;; 2025-07-08

.include "m8def.inc"

ldi r16, 0xff
out DDRB, r16
out DDRC, r16
out DDRD, r16

ldi r16, 0b00001000
com r16
out PORTB, r16
ldi r16, 0x00
com r16
out PORTC, r16
ldi r16, 0x00
com r16
out PORTD, r16

end: rjmp end