Skip to content

The decoder library for jemu execution and web documentation

License

Notifications You must be signed in to change notification settings

ENJOU1224/jemu-decoder

This branch is 33 commits behind ysyx-org/jemu-decoder:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d366ed · May 9, 2022

History

54 Commits
May 9, 2022
May 6, 2022
May 7, 2022
May 6, 2022
May 6, 2022
May 3, 2022
May 9, 2022
May 7, 2022
May 5, 2022
May 2, 2022
May 5, 2022
May 6, 2022
May 6, 2022
May 6, 2022

Repository files navigation

Js.Emu Decoder Library

This library includes structured raw data of ISA related specs.

The data will be needed to either generate runtime core of JEMU (cpu emulator) or to auto-generate a wiki site.

Contributors wanted!

We are looking for coordinators for this project. Any amount and any form of contributions are welcomed.

Please take a look at contribution guide to get started.

Project Structure

  • /arch

    The core directory containing the definitions of all instructions. See instruction definition and instruction documentation format.

  • /lib

    Common utilities and dependencies.

  • /scripts

    Scripts used to build the decoder and parser.

  • /targets

    Manifests declaring which instruction(s) to be included for a specific build.

  • /web

    A magical sub-project converting the project into a handy manual website. The decoder and parser we built in the parent project will be imbedded into its runtime core, enabling search and decode of binary instruction codes.

About

The decoder library for jemu execution and web documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 60.3%
  • JavaScript 37.8%
  • HTML 1.9%