about summary refs log tree commit diff stats
path: root/apps/desugar
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-16 00:17:40 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-16 00:28:44 -0700
commit343666bea3adebc0dbe11957c694a445499f43f0 (patch)
treea4f24cb1a9a1677ff95db646220d0337efcdcca6 /apps/desugar
parenta8adfff398efb277fade0c96276953ce773b80bf (diff)
downloadmu-343666bea3adebc0dbe11957c694a445499f43f0.tar.gz
plan for supporting indirect mode
It may superficially seem like there's a simpler approach:

- emit '3/mod' or '0/mod' depending on whether the character is '%' or '*'
- increment the start of word-slice
- look up the register and emit the appropriate /rm32

But that won't work for 1/mod or 2/mod. We're doing a little bit of
upfront planning.
Diffstat (limited to 'apps/desugar')
-rwxr-xr-xapps/desugarbin35814 -> 35819 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/desugar b/apps/desugar
index b46bfb76..da730820 100755
--- a/apps/desugar
+++ b/apps/desugar
Binary files differ