From aef4efb959b215a2cd830e186c083c78f7bde60a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 15 Jul 2019 12:26:41 -0700 Subject: 5404 - subx/examples/ex1 now translating The result isn't an identical binary to before, and it segfaults when run. But it's bugfix seven. A couple of places where we make .subx files a little more strict: a) All .subx files must define a data segment. Even if they have no data. b) All .subx files must define an `Entry` label for the binary to start at. Earlier we used to default to the start of the code label. That's not too hard to add; we'd just need to: i) rename `get` to `get-or-abort` ii) clone a third variant of `get-or-insert` called `get` that returns null if the key is not found. iii) use `get` rather than `get-or-abort` when looking up the `Entry` label. --- subx/apps/survey | Bin 40444 -> 40460 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/survey') diff --git a/subx/apps/survey b/subx/apps/survey index 151464a5..62ee325e 100755 Binary files a/subx/apps/survey and b/subx/apps/survey differ -- cgit 1.4.1-2-gfad0