minor changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user