uxn

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

commit 532c1959dc55f3fd23c841b5fb33123980b20a7d
parent d363aad7b5b2b347ac29dd61c8419953c849df51
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Thu,  7 Oct 2021 18:17:11 +0100

Made asma line numbers start at zero, not one

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 @@ -266,7 +266,7 @@ ) @asma-assemble-file-pass ( filename-ptr* -- ) - ;asma-assemble-chunk #0001 ROT2 ( func* line^ filename* ) + ;asma-assemble-chunk #0000 ROT2 ( func* line^ filename* ) ;asma-read-buffer DUP2 ;asma-read-buffer/end ROT2 SUB2 ( func* line^ filename* buf* size^ ) ROT2 ( func* line^ buf* size^ filename* ) ,file-read-chunks JSR