doc/zasm: fix error

This commit is contained in:
Virgil Dupras 2019-06-14 14:24:51 -04:00
parent 817636242a
commit d40940a1ff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ execute it!
> fnew 1 dest ; create destination file
> fopn 0 hello.asm ; open source file in handle 0
> fopn 1 dest ; open dest binary in handle 1
> zasm 1 3 ; assemble source file into binary file
> zasm 1 2 ; assemble source file into binary file
> dest ; call newly compiled file
Assembled from the shell
> ; Awesome!