about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-08 22:47:30 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-08 22:48:47 -0700
commit6b36e4dbc7749addeebe523992e0bcb62ad6b2d5 (patch)
treee041a9099e170c84c23a352d92fcf8efd536d788 /apps
parentd9a05dfbb7ac73b31b1f3c1fb36a5324243da8a2 (diff)
downloadmu-6b36e4dbc7749addeebe523992e0bcb62ad6b2d5.tar.gz
6760
Fix a couple of subtle bugs.

- the VM was conditionally reading from the instruction stream, so that
  other bugs got masked by decoding errors.
- push-n-bytes was clobbering eax.
Diffstat (limited to 'apps')
-rwxr-xr-xapps/mubin388957 -> 388971 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/mu b/apps/mu
index 2cf5d31c..0a95526a 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differ