Browse code

Made asma line numbers start at zero, not one

Andrew Alderwick authored on 07/10/2021 17:17:11
Showing 1 changed files
... ...
@@ -266,7 +266,7 @@
266 266
 )
267 267
 
268 268
 @asma-assemble-file-pass ( filename-ptr* -- )
269
-	;asma-assemble-chunk #0001 ROT2 ( func* line^ filename* )
269
+	;asma-assemble-chunk #0000 ROT2 ( func* line^ filename* )
270 270
 	;asma-read-buffer DUP2 ;asma-read-buffer/end ROT2 SUB2 ( func* line^ filename* buf* size^ )
271 271
 	ROT2 ( func* line^ buf* size^ filename* )
272 272
 	,file-read-chunks JSR