Could someone please help me with this tutorial. I tried to assemble the "hello.z80" program example and followed all the directions correctly, but when i entered "asm hello" in the DOS a popup saying "TASM.EXE has ecountered a problem and needs to close" pops up and the code in the DOS results in the following.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Owner>cd desktop
C:\Documents and Settings\Owner\Desktop>cd asm
C:\Documents and Settings\Owner\Desktop\ASM>cd TASM
C:\Documents and Settings\Owner\Desktop\ASM\TASM>asm hello
==== Now assembling hello.z80 for the TI-83 Plus ====
TASM Z80 Assembler. Version 3.2 September, 2001.
Copyright (C) 2001 Squak Valley Software
tasm: object file open error on c:\asm\exec\hello.bin
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
==== Job finished. Program saved as hello.8xp ====
The system cannot find the path specified.
The system cannot find the path specified.
==== Done ====
C:\Documents and Settings\Owner\Desktop\ASM\TASM>
***NOTE~~~I've tried using other assemblers besides TASM, such as "z80 Workshop" by Benjamin Ryves and I have face similar problems.
Maybe its a windows error?
*this post is mainly a clear rehash of what kv just said*
1.you could move it to the C drive but you also have to rename the folders using lowercase
or
2.you could edit the batch file and change all the "c:\" references to "C:\Documents and Settings\Owner\Desktop\ASM\" and then the "exec"s to "EXEC" , "tasm" to "TASM" etc.
I followed your instructions, but now im getting a popup that says...
16 bit MS-DOS Subsystem
"Command Prompt - asm hello
C:/WINDOWS/SYSTEM32/AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate the application"
and the command prompt screen looks like this .........
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Owner\Desktop>cd..
C:\Documents and Settings\Owner>cd..
C:\Documents and Settings>cd..
C:\>cd asm
C:\asm>cd TASM
C:\asm\tasm>asm hello
==== Now assembling hello.z80 for the TI-83 Plus ====
TASM Z80 Assembler. Version 3.2 September, 2001.
Copyright (C) 2001 Squak Valley Software
tasm: pass 1 complete.
tasm: pass 2 complete.
tasm: Number of errors = 0
==== Job finished. Program saved as hello.8xp ====
==== Done ====
Are MS-DOS applications not compatible with Windows XP, because I can't get any MS-DOS applications or the MS-DOS command prompt to work on my XP. Strangely enough, the regular windows command prompt works fine.
To further explain whenever I try to "RUN" command.com or command prompt I get that same old pop up that I mentioned in the previous post. But when I "RUN" cmd.exe it works fine. Devpack8x is an MS-DOS application so that may explain why im not able to assemble any programs.
IF someone could HELP me I would greatly appreciate it.
Well it should work on WinXP, cause I am using it. I heard somewhere that some have problems with it. Try to update your WinXP to SP2. If that doesn't work, you may want to try DosBox which emulates Intel x86 PC on different platforms (Microsoft Windows 2000, Windows XP, Linux and FreeBSD). Good luck!
you need to copy ti83plus.inc to the loaction of your thingie-probably here C:\>asm\tasm also, please don't double post. there is such a thing as an edit button. :P