Program Input
A new instruction may be entered after the ? prompt. If it is a valid 68000 code, the old
line is overwritten by the new entry after the < CR> .
> MM 1000;DI
001000 FFFF DC.W $FFF ? MOVE.B # 1,D0 < CR>
The next instruction is also displayed.
> MM 1000;DI
001000 103C0001 MOVE.B # 1,D0
001004 FFFF DC.W $FFF ?
This procedure is continued until the end of the program. A full-stop ‘.’ terminates the
program input phase.
Error Detection
If an invalid command or statement is entered, the assembler returns to the old line and
displays an ‘?’ prompt to request a new input. For severe errors an error message is
displayed and a return to the monitor prompt is performed.
Disassembled Program Listings
A listing of the program is obtained using the Memory Display (MD) command with the
;DI option. When ;DI is invoked, the number of instructions disassembled and displayed
will be equal to the number of instructions whose op-code (first word of any instruction)
is contained within the byte count. The DC.W directive will also be displayed for any
words of data contained within the byte count.
The output of this command can be redirected to any of the I/O devices supported by
the firmware:
MD1
Terminal (default)
MD2
Host
MD3
Printer (user configurable)
PME68-1B Manual
Page 113 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...