From e4108443027e15385b1771b493faeded0efbdfcc Mon Sep 17 00:00:00 2001 From: Martin Perner Date: Wed, 19 Jan 2011 21:31:54 +0100 Subject: [PATCH] reduced data footprint of deepjit --- progs/deepjit.s | 3 --- progs/dt_inc.s | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/progs/deepjit.s b/progs/deepjit.s index 07a98cd..7b4913c 100644 --- a/progs/deepjit.s +++ b/progs/deepjit.s @@ -22,9 +22,6 @@ inputdata: ;* 8 .fill 1, 0x2A38 -stack: -.fill 256, 0 - ;needed for jumps ;assuming that no more than 42 instr are used instrtable: diff --git a/progs/dt_inc.s b/progs/dt_inc.s index d680464..117f557 100644 --- a/progs/dt_inc.s +++ b/progs/dt_inc.s @@ -1,6 +1,6 @@ .data -.org 0xA00 +.org 0x600 int2hex: ;3210 .fill 0x33323130 -- 2.25.1