initial mimi; recursive factorial demo
authorKaz Wesley <kaz@lambdaverse.org>
Sun, 18 Mar 2018 14:46:33 +0000 (07:46 -0700)
committerKaz Wesley <kaz@lambdaverse.org>
Thu, 22 Mar 2018 22:52:35 +0000 (15:52 -0700)
commitdf5722160240cc6b860a809bf7352e789fca23e7
tree0e497ee4aa1a1023c27969f8c526d0e654143f83
parentecb51acaaacbd16b157ed4ccd6bb20e021f57dd9
initial mimi; recursive factorial demo

Implement a factorial demo with:
- MSUBRs: APPLY, RVECTOR, args
- UNPARSE for octal FIXes

Signed-off-by: Kaz Wesley <kaz@lambdaverse.org>
doc/mim.md
mimi/mimi.asm [new file with mode: 0644]