From 79ee20ba7f17ccdbda098fb5f9c9f2356d56d88e Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 21 Nov 2019 16:14:33 +0200 Subject: doc: add comment to interrupt.ts --- src/interrupt.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/interrupt.ts b/src/interrupt.ts index d833a3a..1c7d835 100644 --- a/src/interrupt.ts +++ b/src/interrupt.ts @@ -1,3 +1,11 @@ +/** + * AVR-8 Interrupt Handling + * Part of AVR8js + * Reference: http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf + * + * Copyright (C) 2019, Uri Shaked + */ + import { ICPU } from './cpu'; export function avrInterrupt(cpu: ICPU, addr: number) { -- cgit v1.2.3