Re: A86: writing/running an asm prog.


[Prev][Next][Index][Thread]

Re: A86: writing/running an asm prog.




> is there a special way you have to program and run asm progs?  to run one is
>  it like asmprog(   )??  Is  writing an asm prog done in a different place 
> than
>  basic progs?

It's asm(progname).  When you write an asm program directly in hex,
it's done in the basic editor just like basic.  Actual program coding
is not done this way though, it's done on computers using a text editor
and Tasm, a compiler.