A Assemble Into Ram - Nice Z80+ Operation Manual

Table of Contents

Advertisement

A - ASSEMBLE INTO RAM
Purpose
Allows you to enter Z80 assembly language at the terminal. Each line is assembled
as it is entered; the result is placed in the target system RAM.
Format
Two forms of the command are allowed:
1.
A -
Begins placing the assembled code at the currently saved memory
addre~;s.
The new saved memory address becomes one more than the last byte used in the
assembly process.
2.
A Start-Address - Begins placing the assembled code at the specified memory
address.
Once you enter the command, the terminal displays the memory address which will
receive the first byte of the assembled code.
Following the memory address, you
enter the desired Z80 assembly language mnemonics and a carriage return. NICE
assembles the instruction, places it in memory, and displays the address of the next
instruction.
If
an error in assembly is detected, the address is displayed again so that you can re-
enter the instruction. This process repeats until you enter a blank. At that time,
NICE returns to the OK prompt.
38.

Advertisement

Table of Contents
loading

Table of Contents