Skip to content

Commit 79ee20b

Browse files
committed
doc: add comment to interrupt.ts
1 parent ff6701f commit 79ee20b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/interrupt.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* AVR-8 Interrupt Handling
3+
* Part of AVR8js
4+
* Reference: http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf
5+
*
6+
* Copyright (C) 2019, Uri Shaked
7+
*/
8+
19
import { ICPU } from './cpu';
210

311
export function avrInterrupt(cpu: ICPU, addr: number) {

0 commit comments

Comments
 (0)