Unroll slightly to avoid an inner loop jump to loop end on zero crossing
[stack_machine.git] / sm2.asm
2019-06-18 Nick DowningRevert sm2.asm to commit 557827e, reimplement in sm3...
2019-06-17 Nick DowningImplement first part of page2 (redirections to page0...
2019-06-16 Nick DowningInfrastructure for long math using a new page 2, fills...
2019-06-16 Nick DowningRemove unused stack addressing modes
2019-06-16 Nick DowningImplement new calling convention with automatic C-style...
2019-06-16 Nick DowningSave space and implement page1_imm_call, page1_call...
2019-06-16 Nick DowningAdd imm_xchg_w and xchg_w commands, change XXXrev to...
2019-06-16 Nick DowningWorking factorial program with the new stack machine
2019-06-16 Nick DowningFirst cut at more efficient smodal stack machine using...