Exit_To_Dbug - Motorola MPC564EVB User Manual

Evaluation board
Hide thumbs Also See for MPC564EVB:
Table of Contents

Advertisement

System Call Functions
C example:
int
board_isr_remove (void *handler)
{
asm(
asm(
}

3.5.6 EXIT_TO_dBUG

This function (function code 0x0000) transfers the control back to the dBUG, by terminating the
user code. The register context is preserved.
Assembly example:
lwz
mtspr
addi
b
3-42
PRELIMINARY—SUBJECT TO CHANGE WITHOUT NOTICE
"addi
r10,r0,0x0041");
"sc");
r0,72(r1)
8,r0
r1,r1,64
asm_sc_exit_to_dbug
MPC564EVB User's Manual

Advertisement

Table of Contents
loading

Table of Contents