aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-15 00:21:00 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-15 00:21:00 +0100
commitd4c791fe8e48463a9b47d3afc65b613ca61883da (patch)
tree5974513b2c1d82f1d1db88c28df48ce6e0449194
parent26b0667b55c8b8279e3f4650d049bd75245ab39e (diff)
bump version
-rw-r--r--cmd/j1e/j1e_bin.go2
-rw-r--r--j1eforth/j1.4th2
-rw-r--r--testdata/j1e.binbin6670 -> 6670 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/cmd/j1e/j1e_bin.go b/cmd/j1e/j1e_bin.go
index 9726252..13f2404 100644
--- a/cmd/j1e/j1e_bin.go
+++ b/cmd/j1e/j1e_bin.go
@@ -550,7 +550,7 @@ var J1eBin = []byte{
0x6b, 0x42, 0xc7, 0x2c, 0x80, 0x61, 0x1e, 0x45, 0x1e, 0x45, 0x3c, 0x45,
0x01, 0x3a, 0x81, 0x60, 0x4a, 0x4b, 0x1e, 0x45, 0xab, 0x4c, 0x00, 0x6a,
0xba, 0x0c, 0x0c, 0x70, 0x6c, 0x19, 0x03, 0x76, 0x65, 0x72, 0x01, 0x80,
- 0x00, 0x81, 0x3d, 0x43, 0x04, 0x80, 0x0f, 0x72, 0x92, 0x19, 0x02, 0x68,
+ 0x00, 0x81, 0x3d, 0x43, 0x05, 0x80, 0x0f, 0x72, 0x92, 0x19, 0x02, 0x68,
0x69, 0x00, 0x1e, 0x45, 0x3c, 0x45, 0x0b, 0x65, 0x66, 0x6f, 0x72, 0x74,
0x68, 0x20, 0x6a, 0x31, 0x20, 0x76, 0x80, 0xbe, 0x00, 0x6c, 0x46, 0x44,
0xcb, 0x4c, 0x08, 0x44, 0x1a, 0x44, 0x1a, 0x44, 0x2e, 0x80, 0x10, 0x44,
diff --git a/j1eforth/j1.4th b/j1eforth/j1.4th
index 7ce4e7a..4916fd0 100644
--- a/j1eforth/j1.4th
+++ b/j1eforth/j1.4th
@@ -95,7 +95,7 @@ variable tlast
variable tuser
0001 constant =ver
-0004 constant =ext
+0005 constant =ext
0040 constant =comp
0080 constant =imed
7f1f constant =mask
diff --git a/testdata/j1e.bin b/testdata/j1e.bin
index 6b92192..22bc03f 100644
--- a/testdata/j1e.bin
+++ b/testdata/j1e.bin
Binary files differ