about summary refs log tree commit diff stats
path: root/apps/mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-15 18:41:45 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-15 18:41:45 -0800
commitde3aecff25e2da4eef2d30f4775c37be2eaa2899 (patch)
tree397532baf736701123305ace1ca72986d8a7c089 /apps/mu
parent95ccc2e0557b57f0f56b039df75f49a4016ecda6 (diff)
downloadmu-de3aecff25e2da4eef2d30f4775c37be2eaa2899.tar.gz
5746
After much struggle, one more test: emitting a primitive with a register
operand.

The following two instructions have the same name:
  reg <- increment
  increment var

and they emit the same opcodes:
  ff 0/subop

But they're considered distinct policies in the code-generation 'table',
one for incrementing variables on the stack and the other for incrementing
variables in a register.
Diffstat (limited to 'apps/mu')
-rwxr-xr-xapps/mubin47961 -> 48867 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/mu b/apps/mu
index 910175ec..9cd19eb8 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differ