uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit d053d0c97f7508275cb1ba4e6702c1c2d2463983
parent 5dafa039f1f9c238986c1d40f25d9b97c8849858
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Fri, 19 Nov 2021 00:20:36 +0000

Bugfix to asma.

Diffstat:
Mprojects/software/asma.tal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/software/asma.tal b/projects/software/asma.tal @@ -31,7 +31,7 @@ DUP EOR ( 00 ) ;append-heap-byte JSR2 ( ) - ,&output-file LDR2 EOR ,&run JCN + ,&output-file LDR2 ORA ,&run JCN ;heap LDA2 ,&output-file STR2 BRK