
|
ABOUT
THE
SCHOOL
There were two link errors on the page (to lesson #2 and #4). Thanks Greg Parker, Karl Herrick and Clyde Law for telling me that. Some errors in different lessons have been found by Dan Leehrs and John Murphy.
LESSONS
You can download all lessons in text format by pressing here.
COMPILING
INSTRUCTIONS
When writing a ZShell program, you should use a regular text editor. If you like Windows (yuck), Notepad is enough (if you use a more advanced wordprocessor, you must save the file as a plain text file). In DOS, you can use EDIT.COM which is in the DOS directory. To compile a ZShell program, you need the following files: TASM.EXE, TASM80.TAB, TI-85.H and STRING85.COM. No mores files are needed. I've zipped these files together plus two other files, C.BAT and NIBBLES.ASM. The first file is a batch file making the compilation easier, and the second one is a test source from the game nibbles made by Oskar Liljeblad. Press here to download the package. Now I'll show you how to compile a file. In the example, I will compile the file NIBBLES.ASM and I will use the file C.BAT to do that. Everything should be done in DOS, so start a DOS session if you use Windows. C:\ZSHELL\>c nibbles TASM Z80 Assembler. Version 3.0.1 June, 1994. Copyright (C) 1985-1994 by Speech Technology Incorporated tasm: pass 1 complete. tasm: pass 2 complete. tasm: Number of errors = 0 STRING85 v4.0 Copyright (C) 1995 Dan Eble & Magnus Hagander Generating ZShell 4.0 file. Converting nibbles -> nibbles.85s <3728 bytes> C:\ZSHELL\> All you have to do is run C with the filename of your program (without the .asm extension!) as the first parameter. If there are no errors in your code, a string file has been created! Just use your favourite linkprogram to send it to the calc. When compiling, you must have the following files in the same directory as the source file: TI-85.H and TASM80.TAB. The files you execute (TASM.EXE, STRING85.COM and C.BAT) only has to been in a path set by the PATH enviroment variable. If you get errors compiling the nibbles file, the most likely reason is that you have an old version of TI-85.H. If so, download the newest version of TI-85.H (not needed if you downloaded all files above). |

[ Home | About Me | PC | TI-Calcs | Music | Guestbook | E-mail | NEWS ]