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.
|
TYVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||||
Copyright (c) under MIT license
|
Copyright (c) 2022 Erick Ahmed
|
||||||
Written by Erick Ahmed, 2022
|
Open-source software distributed under MIT license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* List of all the libraries needed to run tyvm.c */
|
/* 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.
|
TYVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||||
Copyright (c) under MIT license
|
Copyright (c) 2022 Erick Ahmed
|
||||||
Written by Erick Ahmed, 2022
|
Open-source software distributed under MIT license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* memory mapped register tables */
|
/* 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.
|
TYVM is a virtual machine for LC-3 based operating systems and it is used for educational purposes.
|
||||||
Copyright (c) under MIT license
|
Copyright (c) 2022 Erick Ahmed
|
||||||
Written by Erick Ahmed, 2022
|
Open-source software distributed under MIT license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user