about summary refs log tree commit diff stats
path: root/subx/examples/ex7
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-29 12:06:28 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-29 17:44:50 -0700
commitef79039287b7a76f4fcb0628a6295582d8caf768 (patch)
tree15cccf34d0a8a451c95e16bb8ae05e2e389d4fd1 /subx/examples/ex7
parent8fb01417031f2c6eaa8af505112ed1bb1a51ea21 (diff)
downloadmu-ef79039287b7a76f4fcb0628a6295582d8caf768.tar.gz
4616 - fix subx/examples/ex7
It was broken since I added support for global variables, back on Sep 1.

One other subtle thing I've improved is the name `looks_like_hex_int`.
We can now distinguish in the pack-operands transform between ignoring
'foo' because it doesn't look like a number, and immediately flagging '0xfoo'
as an error because it *should* be a number.
Diffstat (limited to 'subx/examples/ex7')
-rwxr-xr-xsubx/examples/ex7bin313 -> 313 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/examples/ex7 b/subx/examples/ex7
index 39f6f98d..d756271e 100755
--- a/subx/examples/ex7
+++ b/subx/examples/ex7
Binary files differ