This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's z80 & ez80 Assembly subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Z80 & 68k Assembly => z80 & ez80 Assembly
Author Message
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 25 Sep 2003 01:05:29 pm    Post subject:

Something I'm wondering from a long time : what does "btw" mean ?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 25 Sep 2003 01:09:27 pm    Post subject:

Flash wrote:
it never works for "me" nor anyoneelse. windows should be put in a hole

Speak for yourself please, windows works fine for me. As does TASM.

Quote:
Something I'm wondering from a long time : what does "btw" mean ?

By The Way.


Last edited by Guest on 25 Sep 2003 01:10:10 pm; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 25 Sep 2003 01:32:35 pm    Post subject:

yes, btw means by the way.

TASM works fine for me too... Windows on the other hand, is a whole 'nother area Wink
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 25 Sep 2003 02:48:59 pm    Post subject:

Darth Android wrote:
arg, im not at my comp right now, but ill see if i can get you my include file and some other files you would need. btw im running win 98.

In this case, the include file has nothing to do with anything so don't bother.
Back to top
Neostar


Member


Joined: 27 Jun 2003
Posts: 105

Posted: 25 Sep 2003 05:51:05 pm    Post subject:

C:\>asm hello
==== Now assembling hello.z80 for the TI-83 Plus ====
TASM Z80 Assembler. Version 3.0.1 June, 1994.
Copyright © 1985-1994 by Speech Technology Incorporated
tasm: source file open error on ti83plus.inc
==== Errors!!! ====
==== Done ====

It doesn't have anything to do with the .include file? Is it my compiler... can't e I've downloaded two diff. TASM progs and tried using ZASM.... urg... I think it's Win2K, which I should have just kept ME, but... no! listen to everyone else... "ME Suxs! 2000 is cool! No, get XP!" maybe I should have gotten XP, but there's that whole, "register in ... days thing, so it kinda cuts down on getting burned copies... Does anyone know how to get around that?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 26 Sep 2003 01:44:56 am    Post subject:

See which OS will work best for you instead of getting one because a friend told you it's 'awesome!!1!1' or stick with whatever you're using at that moment.

Btw, I've installed XP from a back-up disc (ie. burned), no problem.

As asked before what does your asm.bat file look like? (open it in notepad, select all, ctrl+c, then paste it in your reply.)
Back to top
Neostar


Member


Joined: 27 Jun 2003
Posts: 105

Posted: 26 Sep 2003 06:16:57 am    Post subject:

@echo off
echo ==== Now assembling %1.z80 for the TI-83 Plus ====
tasm -80 -i -b c:\asm\source\%1.z80 %1.bin
if errorlevel 1 goto ERRORS
echo ==== Converting to hex format ====
echo AsmPrgm> c:\asm\hex\%1.hex
objhex %1.bin >> c:\asm\hex\%1.hex
echo ==== Conversion finished. Hex version saved as %1.hex ====
goto DONE
:ERRORS
echo ==== Errors!!! ====
:DONE
del %1.bin > NUL
del c:\asm\source\%1.lst > NUL
echo ==== Done ====
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 26 Sep 2003 07:44:40 am    Post subject:

Could you rar everything (tasm+source+bat files) and send it to me? See if I can get it to work.

Last edited by Guest on 26 Sep 2003 07:45:21 am; edited 1 time in total
Back to top
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 26 Sep 2003 09:12:37 am    Post subject:

Quote:
echo AsmPrgm> c:\asm\hex\%1.hex
objhex %1.bin >> c:\asm\hex\%1.hex


Hey ! that's really good ! I didn't know it was possible ! thanks !
I was used to type "AsmPrgm" before copying the hex code in TI-graph link !
that's a good gain of time !


Last edited by Guest on 26 Sep 2003 09:15:15 am; edited 1 time in total
Back to top
Neostar


Member


Joined: 27 Jun 2003
Posts: 105

Posted: 27 Sep 2003 09:05:23 am    Post subject:

My ASM Folder

My entire ASM Folder.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 27 Sep 2003 10:08:11 am    Post subject:

I've changed some stuff and the only error I get now is:
tasm: table file open error on tasm80.tab

modified asm folder (do not overwrite original folder!)

Wacko


Last edited by Guest on 27 Sep 2003 10:08:50 am; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 27 Sep 2003 09:19:51 pm    Post subject:

get the file tasm80.tab

this is a common mistake to not have. just download TASM from ticalc and only extract tasm80.tab
it just goes into your (T)ASM folder

or, you could google tasm80.tab and you would probably find just what you need
Back to top
Flash
Umpa Loompa


Member


Joined: 31 Aug 2003
Posts: 110

Posted: 27 Sep 2003 09:21:26 pm    Post subject:

tasm80.tab... huh... ok... ill try that
Back to top
Neostar


Member


Joined: 27 Jun 2003
Posts: 105

Posted: 04 Oct 2003 11:07:56 am    Post subject:

okay, all problems fixed, I scrapped my entire ASM folder, downloaded a new tutorial and I am currently learning ASM... I just use TASM through start.bat instead of going into DOS and inputting the directory. It is a lot simpler than the other way...
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 05 Oct 2003 03:32:26 am    Post subject:

Adm.Wiggin wrote:
get the file tasm80.tab

I already have it, it's in there but it just won't believe me. Reminds me of my network, windows won't believe me it's there either.

wierd.

Anyway, neostar, good to hear you've got everything working now and you're on your way to becoming an asm guru.


Last edited by Guest on 05 Oct 2003 03:32:57 am; edited 1 time in total
Back to top
Neostar


Member


Joined: 27 Jun 2003
Posts: 105

Posted: 05 Oct 2003 10:59:36 am    Post subject:

Thank you, and thak you all for your help!
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Page 2 of 2 » All times are UTC - 5 Hours

 

Advertisement