Creating A Zilog Developer Studio Project; Creating The Project; Adding Files To The Project; Project Settings - Texas Instruments TI-83 Plus Manual

Third release
Hide thumbs Also See for TI-83 Plus:
Table of Contents

Advertisement

Chapter 3: Application Development Process
Texas Instruments has provide the AppHeader utility to aid in the creation of multiple
page applications. You can download the AppHeader utility and User's Guide from
http://education.ti.com/developers.
C
REATING A
Let us go through the use of the Zilog Developer Studio software to build the Hello
application presented earlier in this chapter.

Creating the Project

1. Copy the files from <install directory\Demo to C:\mydemo directory
2. Start Zilog Developer Studio
3. Select File, and then New Project
4. In the New Project dialog box, set the following fields to the specified values:
Selection by = Family
Master = Z180
Project Target = Z80180
Project Name = C:\mydemo\mydemo.zws

Adding Files to the Project

1. Select Project, then Add to project, and then Files...
2. In the Insert files into project dialog box double click on hello.asm.

Project Settings

1. Select Project, then Settings, and then Linker.
2. In the Linker Options dialog box select the Ranges tab.
3. Click on the New... button.
4. In the New Section Range dialog box set the following fields to the specified values:
Bounds = Length
Radix = Hexadecimal
Section Name = .text
Start Address = 4000
Length = 4000
5. Click OK then click Apply then click OK.
TI-83 Plus Developer Guide
Z
D
ILOG
EVELOPER
S
P
TUDIO
ROJECT
Third Release May 28, 2002
127

Advertisement

Table of Contents
loading

Table of Contents