aforth

FORTH for Linux x86-64, written in assembly.
git clone git://henryandlizzy.uk/aforth
Log | Files | Refs | README

commit 45e23a13d12b7d6a5e7a85b8e4b5e7883595ba71
parent f79393227ec29316a455e4ba2c5571705188c417
Author: Henry Wilson <m3henry@googlemail.com>
Date:   Fri, 16 Jun 2017 17:04:49 +0100

unsigned/signed comparisons

Diffstat:
Mmain.s | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/main.s b/main.s @@ -328,6 +328,10 @@ greater: compare jg less: compare jl gequal: compare jge lequal: compare jle +above: compare ja +below: compare jb +aequal: compare jae +bequal: compare jbe # Kernel