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.
This commit is contained in:
Philip Zembrod 2024-11-09 05:44:38 +01:00
parent 916ac6e0c4
commit 3a8650ea3c

View File

@ -1,6 +1,6 @@
Onlyforth
$9000 displace !
$8000 displace !
Target definitions $100 here!
include vf-core.fth