aforth

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

commit ce6f238534c8707be70a3f66e61b2d1c099141d5
parent 765f01ffeee66e31a8efa9843627eefbaefdc978
Author: Henry Wilson <m3henry@googlemail.com>
Date:   Wed, 21 Jun 2017 06:08:33 +0100

0=

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

diff --git a/main.s b/main.s @@ -352,6 +352,11 @@ verb forth muldiv "*/" do DROP endword +verb forth iszero "0=" + do FALSE + do equal + endword + rspbk: .quad 0 buff: .quad 0