Block a user
Added integer division and square root
Globals and start.asm
Which errors can occur (if any) should probably have its own section here, probably called "Errors"
Globals and start.asm
The status is returned in flags, not r1. Errors should probably have their own dedicated section here
Add
mem.compare, mem.copy, mem.fill32, unsafe_mem.compare
unsafe_mem.asm contains the memcmp version with the "dubious" memory write. I don't think it would hurt to keep it, since it is not included in stdlib.asm, so it doesn't take up any memory unless…
read_line console function' (#10) from Micha_i/symphony_stdlib:console-functions into main
read_line console function' (#10) from Micha_i/symphony_stdlib:console-functions into main
Add
memcmp, memcpy, memset32, unsafe.memcmp