[Coco] asm

Barry Nelson barry.nelson at amobiledevice.com
Sun Feb 18 00:12:30 EST 2018


> phil pt
> Sat Feb 17 23:05:11 EST 2018
> 
> When trying to run asm is the proper commands ?
> 
> asm filename 1 -o filename.asm #50k
The command is:
asm file.asm o=outputfileincmdsdir l #50k

Where the l is optional to output a listing to standard output and #50k represents the amount of ram to use. The outputfileincmdsdir represents the name of the compiled binary in /dd/cmds.


More information about the Coco mailing list