English
Language : 

GMS30004 Datasheet, PDF (55/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
CHAPTER 5. Software
Chapter 5. Software
Configuration of Assembler
Execute File
GA80.EXE
GMSLST.EXE
GMSHEX.EXE
GMSCRF.EXE
GMSTST.EXE
GMSROM.EXE
GS.BAT
GMS30K.LIB
Description
Assembler
Create assembler list file
Create HEX.file
Create cross reference file
Create instruction check file
Create ROM dump file
Batch processing of the above
Instruction library file
Boothing up Assembler
Creating your own source file with the extension name of SRC and execute batch
file (GS.BAT). This batch file converts the source code written in mnemonic into
machine language and generate a kind of useful file.
C> GS Source file (.SRC)
Input File
EX.SRC
Output File
EX.LST
EX.RHX
EX.CRF
EX.TST
EX.DMP
EX.SYM
Content
List file
Hexa file (for EPROM, simulator)
Cross reference file
Instruction check file
ROM dump file (for masking data)
Symbol file
* HEX and PRN file is intermediate file
5- 1