Start independent code from PC zero. Add hierarchical notation for function index. Add guard for end literals. Some presentation formats.

This commit is contained in:
hiperiondev
2023-08-14 14:46:07 -03:00
parent cce8ae1ea3
commit 1e11e9eea7
2 changed files with 50 additions and 30 deletions

View File

@@ -1,3 +1,12 @@
/*
* disassembler.c
*
* Created on: 10 ago. 2023
* Original Author: Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
*
* Further modified by Kayne Ruse, and added to the Toy Programming Language tool repository.
*/
#ifndef DISASSEMBLER_H_
#define DISASSEMBLER_H_