bench: fibmem.s @ 193 instructions
[calu.git] / 3b_sim / sim.cpp
index 349c41a471ed70459b0d7f324b8f1110843cb6e7..a5c970f46302524d2a5d62235e999aaf5d86c8b9 100644 (file)
@@ -20,8 +20,8 @@
 #include "SReadline/SReadline.h"
 using namespace swift;
 
-#define RAM_END (1000)
-#define PROG_END (1000)
+#define RAM_END (0x1000)
+#define PROG_END (0x1000)
 #define REG_COUNT (16)
 
 typedef boost::function<void (const vector<string> &)> Func;