Skip to content
#

memory-leak

Here are 56 public repositories matching this topic...

Purpose of this is to understand virtual-machine code (and by extension machine code) by writing a software implementation of a simple virtual machine. This work put into test our ability to design, document, and implement a program with a clean modular structure. In this project, it shows how the structural choices may affect the performance of…

  • Updated May 17, 2022
  • C

Program in C designed to act as an assembler, converting assembly commands into binary code with efficient preprocessing, label checking, parsing, and file management. Ensures correct conversion with strict error handling and optimal memory management practices, making it act like an ideal assembler for low-level programming tasks.

  • Updated Jun 21, 2024
  • C

Improve this page

Add a description, image, and links to the memory-leak topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-leak topic, visit your repo's landing page and select "manage topics."

Learn more