![HP 7750 Скачать руководство пользователя страница 35](http://html.mh-extra.com/html/hp/7750/7750_user-manual_164066035.webp)
Looking at Your
Code
Now that you have loaded your code into emulation memory, you can
display it in mnemonic format. Before displaying memory in
mnemonic format, you need to tell the emulator what value of M flag
and X flag should be used to disassemble the memory contents. This is
needed because the length of operand is variable according to M flag
and X flag. Type:
R> mx -m0 -x0
To display memory in mnemonic format, type:
R> m -dm 0c000..0c047
You will see:
000c000 - LDX #027fH
000c003 - TXS
000c004 - SEM
000c005 - LDA B,#00H
000c008 - STA B,DT:0100H
000c00c - LDA A,DT:0100H
000c00f - CMP A,#00H
000c011 - BEQ 00c00cH
000c013 - SEP #10H
000c015 - LDX #00H
000c017 - LDY #20H
000c019 - STA B,DT:0200H,X
000c01d - INX
000c01e - DEY
000c01f - BNE 00c019H
000c021 - CLP #10H
000c023 - CMP A,#41H
000c025 - BEQ 00c02dH
000c027 - CMP A,#42H
000c029 - BEQ 00c034H
000c02b - BRA 00c03bH
000c02d - LDA A,#11H
000c02f - LDX #d000H
000c032 - BRA 00c040H
000c034 - LDA A,#11H
000c036 - LDX #d011H
000c039 - BRA 00c040H
000c03b - LDA A,#0fH
000c03d - LDX #d022H
000c040 - LDY #0200H
000c043 - MVN 00H,00H
000c046 - BRA 00c005H
Getting Started 2-17
Содержание 7750
Страница 2: ......
Страница 12: ...Figure 1 1 HP 64147 Emulator for MELPS 7750 51 Series 1 2 Introduction ...
Страница 50: ...Notes 2 32 Getting Started ...
Страница 56: ...3 6 In Circuit Emulation ...
Страница 86: ...CONFIG_ITEMS Summary 7750 51 Series emulator configuration items Syntax B 2 Specific Command Syntax ...
Страница 94: ...Notes B 10 Specific Command Syntax ...