From a47e21cf3f5c2968eb2afd0ae9cd1453d0011ed8 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 19 Nov 2019 14:35:39 +0200 Subject: feat: implement some AVR instructions + tests --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index ad1d380..038ff16 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ -export const x = 1; +export { CPU, ICPU, ICPUMemoryHook, ICPUMemoryHooks } from './cpu'; +export { avrInstruction } from './instruction'; -- cgit v1.2.3