Projects with this topic
-
-
UEFI experimentation on Intel x86-64 • mirror of https://codeberg.org/tkchia/unipercolate
Updated -
Minimal compiler capable of generating both c and assembly for a subset of java instructions. As of 11/11/25, it handles only certain test-cases for C, and only the basics for asm.
Updated -
This is a tool for obfuscating functions in C/C++ programs on Windows. It hides what a function does by changing its code while the program is running, moves that code to another place in memory, and uses Windows exception handling to jump to the moved code when the function is called.
Updated -
Implementation of the projects on http://www.nand2tetris.org/
The purpose of this project is to build a general purpose computer (hardware and software stack) from first principles.
Updated -
Projet ESGI pour Assembleur (reproduire le jeu Tetris)
Updated -
Updated
-
A simple Tiny Assembler Interpreter written in C
Updated -
Final project for CSE 40243 (Compilers & Language Design - Fall 2019) at the University of Notre Dame.
Updated -
Nux Utilites, a POSIX-compliant implementation of the GNU Core Utilities in assembly language
Updated -
Fsh SHell is a shell for TIOS on TI-84+ CE Calculators written in ez80 assembly
Updated -
MASM assembly project that will approximate the square root of a number using Newton's Algorithm and the FPU register stack.
Updated -
The assignment was to use MASM to create a string library which provides safety against buffer overflows. In general the solution was to provide destination buffer size parameters on string calls.
Updated