aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.ts
diff options
context:
space:
mode:
authorUri Shaked2019-11-19 22:29:05 +0200
committerUri Shaked2019-11-19 22:29:05 +0200
commit237019b2c4a3abc0ad58b1d0b07422e1fa83de6e (patch)
treeb968516bacd1a7cffae6b9c0ed8dd84e5cf31f9c /src/instruction.ts
parentfeat: LDY/LDZ/LDDY/LDDZ instructions + tests (diff)
downloadavr8js-237019b2c4a3abc0ad58b1d0b07422e1fa83de6e.tar.gz
avr8js-237019b2c4a3abc0ad58b1d0b07422e1fa83de6e.tar.bz2
avr8js-237019b2c4a3abc0ad58b1d0b07422e1fa83de6e.zip
doc: avr8js → AVR8js
Diffstat (limited to 'src/instruction.ts')
-rw-r--r--src/instruction.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instruction.ts b/src/instruction.ts
index 7eaa105..a0d7492 100644
--- a/src/instruction.ts
+++ b/src/instruction.ts
@@ -1,6 +1,6 @@
/**
* AVR-8 Instruction Simulation
- * Part of avr8js
+ * Part of AVR8js
* Reference: http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf
*
* Copyright (C) 2019, Uri Shaked