update docstring
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
TVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||
Copyright (c) under MIT license
|
||||
Written by Erick Ahmed, 2022
|
||||
TYVM is a virtual machine for LC-3 based operating systems and it is used 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 */
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
TVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||
Copyright (c) under MIT license
|
||||
Written by Erick Ahmed, 2022
|
||||
TYVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||
Copyright (c) 2022 Erick Ahmed
|
||||
Open-source software distributed under MIT license
|
||||
*/
|
||||
|
||||
/* memory mapped register tables */
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
TYVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||
Copyright (c) under MIT license
|
||||
Written by Erick Ahmed, 2022
|
||||
Copyright (c) 2022 Erick Ahmed
|
||||
Open-source software distributed under MIT license
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
Reference in New Issue
Block a user