aforth

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

commit 76c77b9b617d9af649daaf94de93f51a9b3f6e1f
parent e894395277beb8c1ff9630581709317bde302a28
Author: Henry Wilson <m3henry@googlemail.com>
Date:   Tue, 20 Jun 2017 13:46:02 +0100

indeq name

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

diff --git a/main.s b/main.s @@ -555,8 +555,8 @@ compare jb below "S<" compare jae aequal "S>=" compare jbe bequal "S<=" -cmpaddr je indeq "@@=" -cmpaddr jne indneq "@@<>" +cmpaddr je indeq "@=" +cmpaddr jne indneq "@<>" # Kernel