aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.ts
diff options
context:
space:
mode:
authorUri Shaked2020-03-22 21:12:03 +0200
committerGitHub2020-03-22 21:12:03 +0200
commitb3dc0329a8a7bfb8350ddc71719d4348dd4ed66c (patch)
treee85d52944ce76ac604e276f25859a26d38a0afd0 /src/cpu/instruction.ts
parentMerge pull request #25 from LironHazan/AVR8JS-24-editor-user-history (diff)
parentrefactor: added peripherals and cpu feature folders (diff)
downloadavr8js-b3dc0329a8a7bfb8350ddc71719d4348dd4ed66c.tar.gz
avr8js-b3dc0329a8a7bfb8350ddc71719d4348dd4ed66c.tar.bz2
avr8js-b3dc0329a8a7bfb8350ddc71719d4348dd4ed66c.zip
Merge pull request #22 from LironHazan/AVR8JS-21-restructure-project
refactor: add peripherals and cpu feature folders
Diffstat (limited to '')
-rw-r--r--src/cpu/instruction.ts (renamed from src/instruction.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instruction.ts b/src/cpu/instruction.ts
index 9ee52de..7e14aad 100644
--- a/src/instruction.ts
+++ b/src/cpu/instruction.ts
@@ -7,7 +7,7 @@
*/
import { ICPU } from './cpu';
-import { u16 } from './types';
+import { u16 } from '../types';
function isTwoWordInstruction(opcode: u16) {
return (