aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/fib.rs
Commit message (Expand)AuthorAgeFilesLines
* rt: remove dump() and add disasm(), to directly disasm code using ndisasm if ...HEADmainJohannes Stoelp3 days1-3/+2
* example: use Runtime::dump rather than writing bytes out by handJohannes Stoelp3 days1-6/+5
* fib: only use caller saved registersJohannes Stoelp9 days1-1/+1
* remove preludeJohannes Stoelp2023-12-071-1/+2
* examples: add doc to existing examplesJohannes Stoelp2023-12-051-0/+5
* rt: extend runtime to allow adding multiple code blocksJohannes Stoelp2023-12-051-2/+2
* Updated doc commentsJohannes Stoelp2023-03-051-1/+1
* Add fibonacci exampleJohannes Stoelp2023-02-271-0/+73