UNPKG

eighty-eighty-js

Version:

A nice little Intel 8080 emulator for Node.js and Browser!

4 lines (3 loc) 139 B
export { Cpu, Memory, Flag, Register } from './core'; export { Bit, Debug, Opcode } from './helpers'; export { Device } from './types';