1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-23 15:58:05 +11:00

doc/zasm: fix error

This commit is contained in:
Virgil Dupras 2019-06-14 14:24:51 -04:00
parent 817636242a
commit d40940a1ff

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!