mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 19:38:05 +11:00
doc/zasm: fix error
This commit is contained in:
parent
817636242a
commit
d40940a1ff
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user