From 3a8650ea3c7afb24c27a417f9e02344927ab2da2 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sat, 9 Nov 2024 05:44:38 +0100 Subject: [PATCH] Change displace from 0x9000 to 0x8000 so adding a bit of size to v4th.com doesn't overwrite the stack of the target compiler system. --- 8080/CPM/src/v4th.fth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8080/CPM/src/v4th.fth b/8080/CPM/src/v4th.fth index 88959c4..c3f344f 100644 --- a/8080/CPM/src/v4th.fth +++ b/8080/CPM/src/v4th.fth @@ -1,6 +1,6 @@ Onlyforth - $9000 displace ! + $8000 displace ! Target definitions $100 here! include vf-core.fth