music |
OSdata.com |
processor emulator manual
entry line
summary
The entry line is used to give the source code emulator commands, directives, and instructions
music |
OSdata.com |
The entry line is used to give the source code emulator commands, directives, and instructions
The entry line is used to give the source code emulator commands, directives, and instructions
All tokens on the entry line should be separated by a space character. Other white space characters (such as horizontal tab) will be added later. An allowance is made for leaving out the space character in comma separated lists, but this feature is offered as a convenience and is not guaranteed to work under all conditions.
Commands are given in the format of a command followed by any parameters, all separated by one or more spaces. Commands take effect immediately.
Assembler directives may start with an optional label (where appropriate). The first item on the entry line (after the optional label) is the directive. The onepossible exception (depending on how you view the construct) is the EQU directive. All attributes and parameters follow the directive, separated by spaces.
Instructions may start with an optional label. The first item on the entry line (after the optional label) is the instruction. A size parameter may be appended to the instruction, following a period (no spaces). Any parameters (such as sources and destinations) must follow the instruction, separated by one or more space characters. Commas may optionally be used in the locations where they would appear in normal assembly language source code. Special attributes and parameters may follow those standard items. These include optional indication of flag usage. Any entry line may end with a comment, which is indicated by a semicolon.
If you find this interesting and want to contact me, write to Milo, PO Box 5237, Balboa Island, California, 92662, USA.
return to table of contents
free downloadable college text book
previous page | next page |
This web site handcrafted on Macintosh computers using Tom Benders Tex-Edit Plus and served using FreeBSD .
UNIX used as a generic term unless specifically used as a trademark (such as in the phrase UNIX certified). UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company Ltd.
Names and logos of various OSs are trademarks of their respective owners.
Copyright © 2011 Milo
Created: 0ay 1, 2011
Last Updated: May 1, 2011
return to table of contents
free downloadable college text book
previous page | next page |