|
4bae5c418b
|
fix register use in putstring
was off by one, the syscall is write
and the first arg is file_descriptor
ie 1 == stdout
|
2020-03-26 11:24:56 +02:00 |
|
|
ddd1f4e296
|
fix interpreter syscall and rename return reg
returned int for puts was same name as implicit return int
|
2020-03-22 14:31:43 +02:00 |
|
|
3ce6ed5263
|
fix putstring and puts
using syscall regs
|
2020-03-22 14:31:43 +02:00 |
|
|
17a1121408
|
fix putstring registers
|
2020-03-22 14:31:43 +02:00 |
|
|
3575aada17
|
tests for all macros
generated on master (know to work)
but with rXX registers, needs fixing
|
2020-03-22 14:31:43 +02:00 |
|
|
c43436f35a
|
Change Mom to SlotMachine
rather large commit, but essentially a simple rename
Rationale in docs and blogs
|
2019-10-03 20:55:41 +03:00 |
|