Ski IA-64 Simulator Reference Manual 1.0L
Figure 8-2. The Program After Assigning a String in ski
8.1.3Notes on Assignment
8.1.3.1Address Alignment
Ski aligns addresses on natural boundaries:
=4 __data_start+1 0x12345678
results in the message
Non
and the value is assigned starting one byte before the requested address. (“ __data_start” is a
8.1.3.2Bit-encoded Registers
Many registers are
= psr.it 1
and you can set the entire Processor Status Register (psr) with this:
= psr 1234567890abcdef
A complete list of the registers and bits Ski recognizes is in Section B.1,
8.1.3.3Page Allocation
Virtual memory is simulated only for
Copyright © 2000 | Debugging |