aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/instruction.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/instruction.ts b/src/instruction.ts
index 2b56def..f7789d2 100644
--- a/src/instruction.ts
+++ b/src/instruction.ts
@@ -1,3 +1,11 @@
+/**
+ * AVR-8 Instruction Simulation
+ * 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 avrInstruction(cpu: ICPU) {