Archived
1
0

minor changes

This commit is contained in:
Erick
2022-02-06 00:49:55 +01:00
parent 731c7aaccd
commit b438c7a97f
4 changed files with 6 additions and 16 deletions
-8
View File
@@ -1,13 +1,5 @@
/*
TYVM is a virtual machine based on LC-3 architecture for educational purposes.
Copyright (c) 2022 Erick Ahmed
Open-source software distributed under MIT license
*/
/* List of all the libraries needed to run tyvm.c */
//#define __UNIX // uncomment ONLY if compiling for unix-based operative system
/* universal libraries */
#include <stdint.h>
#include <stdio.h>