gslaplay/bin/snasm/SNRUN.DOC

34 lines
754 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SNRUN temporary documentation.
SNRUN is used to send a cpe file to a target machine and then start execution.
It can cope with cpe files produced by all versions of the assemblers and
linkers and copes with all embeded register and workspace information.
To get command line help type 'snrun ?'.
To send myfile.cpe to target 7 just type -
snrun myfile
To send myfile.cpe to target 6 but not start executing type -
snrun /h /t6 myfile
The following can be used in your .prj file if you want to work via a cpe
file.
...
demoag.cpe; demoag.68k
snasm68k $! demoag.68k,demoag.cpe,demoag.sym
!ifdef(debugstr)
snbug68k /edemoag.cpe demoag.sym
!else
snrun demoag
!endif
...
It returns error codes but I don't have a list of them yet!
Ian Oliver