Directives
The assembly language can contain mnemonic directives which specify auxiliary
actions to be performed by the assembler. Directives are not always translated into ma-
chine language.
Assembler directives assist the programmer to:
(a) control the assembler output
(b) define data and symbols
(c) allocate
storage.
The assembler recognises only one directive, define constant (DC.W). This is used to de-
fine data within a program.
Source Program Coding
A source program is a sequence of statements arranged in a logical way to perform a pre-
determined task. Each source statement occupies a line and must be either an
executable instruction or a DC.W directive. Each statement follows a consistent source
line format (see also commands MD...;DI and MM...;DI).
For further details on source program coding and on the 68000 instruction set see the
68000 Users Manual (Available from your supplier).
A description on the assembler language is given in the following publication:
68000 Assembler Language Programming
Osborne/McGraw Hill - ISBN 0-931988-62-4
Disassembled Source Line
The disassembled source line may not look identical to the source line entered as the
disassembler makes a decision on how to represent a numerical value based on how it
interprets the number’s use. If the number is determined to be an address or a "would-
be" address, it is displayed in hexadecimal; everything else is decimal. For example:
MOVE.L
# $1234, $5678
disassembles to
MOVE.L
# 4660, $00005678
PME68-1B Manual
Page 108 Issue 5
Содержание PME 68-1B
Страница 8: ...Figure 1 The PME 68 1B Board Photograph not available in PDF PME 68 1B Manual Page 2 Issue 5...
Страница 12: ...Figure 4 Component Layout Diagram P5 P4 P3 BAT PME 68 1B Manual Page 6 Issue 5...
Страница 56: ...Figure 14 Link Areas BAT PME68 1B Manual Page 50 Issue 5...
Страница 57: ...Blank Page PME68 1B Manual Page 51 Issue 5...
Страница 59: ...Figure 15 Location of System EPROM Area 1 2 3 4 1 2 3 4 WC1 WC2 PME68 1B Manual Page 53 Issue 5...
Страница 80: ...Figure 41 Location of BERR Jumpers 1 2 3 4 WK1 WK2 BR26 2 3 1 BAT PME68 1B Manual Page 74 Issue 5...
Страница 132: ...Blank Page PME68 1B Manual Page 126 Issue 5...