Minor changes: 1.0.1
This commit is contained in:
parent
53c8369b8f
commit
2adb9e2070
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -18,7 +18,7 @@ using namespace std;
|
|||
|
||||
int main ( int argc, char *argv[] ) {
|
||||
const char *filename = argv[1];
|
||||
const int rom_size = 64;
|
||||
const int rom_size = 256;
|
||||
|
||||
ifstream file(filename); // Open the file
|
||||
string asmCode((istreambuf_iterator<char>(file)), istreambuf_iterator<char>());
|
||||
|
|
Reference in a new issue