A86: Re: convert


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

A86: Re: convert




>I am learning assembly, I have z80asm or whatever it is called...the
program
>to make assembly for a z80...can someone show me how to put it to use?

If it is TASM, you have to get to the TASM DOS prompt and call TASM to check
the code by:(TASM -i -80 source.asm)but not in parentheses.  To compile a
program in TASM, you need to do: (make86p source)not in parentheses.  In
both examples, "source" is the name of the ASM file that the program is
written in.

>I program so this shouldn't be a problem. Also I have something I made in
basic
>that I would like to put in asm....it is a shell....I have the basics laid
out
>for it...now I need to know how to read what files it can run and, like in
>rascal, I would like to try to have the categories, like games, math, ect.

If you are just learning Z80, then it would be a wiser choice to start off
with something a lot smaller than a shell.  You will find that ASM is a lot
harder than TI-BASIC.

>If I make something in z80asm can I put it on my ti-83 by any chance?

If it is ported to language that the ti-83 compiler can understand.  In
other words, you can't put an 86 ASM program on a ti-83 and run it.
Later,
--------------
Jbrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
I just added a TI-86 page, Check it out!!!