Skip to content
View joakimwinum's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report joakimwinum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joakimwinum/README.md

Pinned Loading

  1. bytecore bytecore Public

    ByteCore: A minimal, 8-bit CPU emulator designed to help developers explore low-level computing concepts.

    Python 2

  2. bytecorecompiler bytecorecompiler Public

    ByteCoreCompiler: A compiler that transforms ByteCore assembly code into executable memory bytes, seamlessly bridging the gap between high-level assembly instructions and the ByteCore Emulator's lo…

    Python

  3. bytecore-byte bytecore-byte Public

    ByteCore Byte is a simplified version of the ByteCore CPU showcased in a Jupyter notebook, using 1-byte addressing to operate within a 256-byte memory limit. This repository features demonstrations…

    Jupyter Notebook

  4. bytecorefast bytecorefast Public

    ByteCoreFast: A high-performance, 8-bit CPU emulator, designed as a drop-in replacement for ByteCore, offering enhanced speed while maintaining full compatibility with the original ByteCore interfa…

    C