Commit graph

14 commits

Author SHA1 Message Date
7446bcab45 Update examples to new assembly syntax 2019-11-21 19:17:04 +00:00
ae0c31d83a Make .mima match the .mimasm 2019-11-21 19:16:47 +00:00
ac03e6346f Add example benchmark file 2019-11-18 09:33:16 +00:00
b569cee71f Fix typo 2019-11-12 12:17:42 +00:00
6002c9fb13 Update comments 2019-11-11 11:19:43 +00:00
b0d68ed8d6 Add readme for examples 2019-11-10 21:57:11 +00:00
a2f723b0ce Add fibonacci number example
Recursive function calls with stack frames FTW! :D
2019-11-10 21:56:36 +00:00
39f2a3f7e1 Add missing instructions 2019-11-10 21:08:36 +00:00
19aca3dfd1 Update example files 2019-11-10 18:34:52 +00:00
5ebc079ecd Add stack frames example 2019-11-10 16:10:21 +00:00
5e9c50d618 Allow digits in label names
Also, only allow a-zA-Z as the first character of label names.
2019-11-10 14:32:55 +00:00
6ac5bfc9e7 Add example for nested CALLs with stack 2019-11-10 11:37:55 +00:00
4a67848627 Add CALL/RET example 2019-11-10 11:22:16 +00:00
2fd6aadc62 Update readme and add example 2019-11-10 11:03:13 +00:00