We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6701f commit 79ee20bCopy full SHA for 79ee20b
src/interrupt.ts
@@ -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
+
9
import { ICPU } from './cpu';
10
11
export function avrInterrupt(cpu: ICPU, addr: number) {
0 commit comments