m68k-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

M68K-JS-Interpreter

A simple javascript interpreter for the M68000 assembly

Currently implemented instructions

Arithmetic

  • ADD, ADDI, ADDA
  • SUB, SUBI, SUBA
  • MULS, MULU
  • DIVS, DIVU

Binary Instructions

  • NOT, AND, ANDI, OR, ORI, EOR, EORI

Basic Instructions

  • MOVE, MOVEA, EXG, CLR, SWAP, NEG, EXT

Shift Instructions

  • LSL, LSR, ASL, ASR, ROL, ROR

Conditional Instructions

  • CMP, CMPA, CMPI, TST

Jump Instructions

  • JMP, BRA, JSR, RTS, BSR, BEQ, BNE, BGE, BGT, BLE, BLT

Directives

  • EQU, ORG

Package Sidebar

Install

npm i m68k-js

Weekly Downloads

4

Version

0.1.5

License

ISC

Unpacked Size

361 kB

Total Files

21

Last publish

Collaborators

  • specy.dev
  • nazgot