Rowan Thorpe

Results 12 issues of Rowan Thorpe

After the changes I had submitted pre-github, I was working on a few other things intending to submit some PRs here about 2 years ago, then life really got in...

When building and running `hello_world.asm` (on my GNU/Linux system) as per the README I got the following error: ```sh % nasm -f elf64 hello_world.asm && gcc -o hello_world hello_world.o &&...