CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 02:55:47 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=aef172f6b75e3d02cce160ef2d9c0085684ba12e228871f6d9f37d4eead4ba06a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22EhNYjQ_mp8ei-ThOqcjIimsR4hQU2Sru%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d35200adc41eef-BLR
AsmBlink - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .nolist
- #ifndef _TN13DEF_INC_
- .include "tn13def.inc"
- #endif
- ;ticks
- .equ T0MAXTICK = 100
- ;work
- .def t0tick = R22
- .def state = R21
- .cseg
- .org 0x00
- rjmp reset
- .org 0x03
- rjmp TIM0_OVF
- .macro outi
- ldi r16, @1
- out @0, r16
- .endm
- ;==============================================================
- .macro show
- ;tst state
- ;breq PC+3
- ;OUTI PortB, 1
- ;rjmp m1
- ;OUTI PortB, 0
- ;m1:
- out portb, state
- .endm
- ;==============================================================
- ;ISR
- TIM0_OVF:
- dec t0tick
- breq PC+2
- reti
- ldi R17, 1
- eor state, R17
- ldi t0tick, T0MAXTICK
- reti
- ;==============================================================
- .list
- reset:
- ;RAM stack
- ldi R17, low(RAMEND)
- OUT SPL, R17
- ;PORTS
- OUTI DDRB, 0xFF
- OUTI PORTB, 1
- ;timers
- outi TIMSK0, 0x02
- outi TCCR0A, 0x00
- outi TCCR0B, 0x03
- ;init
- ldi state, 1
- ldi t0tick, T0MAXTICK
- sei
- ;==============================================================
- main:
- show
- rjmp main
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ P
JavaScript | 5 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ E
JavaScript | 14 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ T
JavaScript | 22 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ B
JavaScript | 31 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 3
JavaScript | 36 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 40 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ O
JavaScript | 49 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ O
JavaScript | 51 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand