mirror of
https://github.com/avinal/The-Hack-Assembler.git
synced 2026-01-11 07:38:32 +05:30
Source files added
This commit is contained in:
10
src/Main.cpp
Normal file
10
src/Main.cpp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#include "../include/code.hpp"
|
||||||
|
#include "../include/parser.hpp"
|
||||||
|
#include "../include/symbol_table.hpp"
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main(int argc, char const *argv[])
|
||||||
|
{
|
||||||
|
std::string asmfile;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
1
src/code.cpp
Normal file
1
src/code.cpp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "../include/code.hpp"
|
||||||
1
src/parser.cpp
Normal file
1
src/parser.cpp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "../include/parser.hpp"
|
||||||
1
src/symbol_table.cpp
Normal file
1
src/symbol_table.cpp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "../include/symbol_table.hpp"
|
||||||
Reference in New Issue
Block a user