From 90a4d4a1353dd7b514fe4ef10c1ed2c6f24cadbe Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sun, 11 May 2025 22:21:06 +0300 Subject: temp commit --- def.s | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 def.s (limited to 'def.s') diff --git a/def.s b/def.s new file mode 100644 index 0000000..d4fdd44 --- /dev/null +++ b/def.s @@ -0,0 +1,19 @@ +.equ PINB, 0x03 +.equ DDRB, 0x04 +.equ PORTB, 0x05 +.equ PIND, 0x09 +.equ DDRD, 0x0A +.equ PORTD, 0x0B +.equ TIFR0, 0x15 +.equ ADDR, 0x256 +.equ SPL, 0x3D +.equ SPH, 0x3E +.equ SREG, 0x3F +.equ TCCR0A, 0x0024 +.equ TCCR0B, 0x0025 +.equ TCNT0, 0x0026 +.equ OCR0A, 0x0027 +.equ TIMSK0, 0x006E +.equ STOFL, 0xFF +.equ STOFH, 0x08 +.equ TOIE0, 1 -- cgit v1.2.3-70-g09d2