Archived
1
0

update docstring

This commit is contained in:
Erick
2022-02-05 22:00:53 +01:00
parent 7cb5b839b8
commit 3253905413
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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
View File
@@ -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
View File
@@ -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"