opcode
Here are 9 public repositories matching this topic...
An assembler for the Simplified Instructional Computer written in C.
- Updated
Jun 14, 2023 - C
A Perl module which allows XS modules to annotate and delegate hooked OPs
- Updated
Mar 29, 2018 - C
Monty interpreter: An interpreter to perform Monty ByteCodes files. Made in C language.
- Updated
Sep 19, 2020 - C
This project is an implementation of a P-machine, a theoretical stack-based virtual machine commonly used in compiler design and computer science education. The P-machine executes a sequence of instructions, manipulating a stack and performing various operations defined by opcodes.
- Updated
Feb 27, 2024 - C
This project is a simple two-pass assembler. It takes a machine operation code file and an assembly instruction file as input. It generates binary code for each instruction and records label information. The machine code is saved in a machine code file, while the symbol table stores label details.
- Updated
Mar 20, 2025 - C
Create your own filters like blur, grey, sepia and many more using the C programming language. This project demonstrates low-level image processing, pixel manipulation, and color transformation using C programming.
- Updated
Oct 30, 2025 - C
A scripting language that is first compiled into Monty byte codes (Just like Python).
- Updated
Apr 11, 2023 - C
Improve this page
Add a description, image, and links to the opcode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opcode topic, visit your repo's landing page and select "manage topics."