Execute a system command: Difference between revisions

m
typo in comments
(PDP-11)
m (typo in comments)
Line 896:
EQUW 0</lang>
So, call with, for example:
<lang pdp-11>mov #cmd_ls,r1 ; => "-cls" command string
jsr pc,CLIsystem
...
Anonymous user