Fcode - HP 64782 User Manual

For the graphical user interface
Hide thumbs Also See for 64782:
Table of Contents

Advertisement

FCODE

The function code is used to define the address space being referenced.
Select the appropriate function code from those listed below.
d
Data space.
none
Causes the emulator to ignore the function code bits.
p
Program space.
s
Supervisor space.
sd
Supervisor data space.
sp
Supervisor program space.
u
User space.
ud
User data space.
up
User program space.
Examples
To copy a portion of user data memory to a file:
copy memory fcode ud 1000H thru 1fffH to mymem
To modify a location in program memory:
modify memory fcode p 5000h long to 12345678h
Emulator/Analyzer Interface Commands
FCODE
383

Advertisement

Table of Contents
loading

Table of Contents