From 2adb9e207064141655c19ee3a0bff8065b71a2d4 Mon Sep 17 00:00:00 2001 From: patrick_pluto Date: Thu, 22 Aug 2024 19:29:50 +0200 Subject: [PATCH] Minor changes: 1.0.1 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 5ce7581..6931a68 100644 --- a/main.cpp +++ b/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(file)), istreambuf_iterator());