[Modified] reorganize the project

This commit is contained in:
bLueriVerLHR
2023-05-11 14:17:51 +08:00
parent f86bda7b50
commit 5fb23889fa
14 changed files with 174 additions and 20 deletions

0
lasim/include/spec.hh Normal file
View File

11
lasim/main.cc Normal file
View File

@@ -0,0 +1,11 @@
#include <sysbus.hh>
#include <iostream>
int main() {
fetch();
#ifdef DEBUG_MODE
std::cout << "Hello" << std::endl;
#endif
return 0;
}

0
lasim/spec.cc Normal file
View File