mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
MCF5208 emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2924 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
62ea5b0bd3
commit
20dcee9483
13 changed files with 833 additions and 296 deletions
|
@ -478,6 +478,13 @@ OP(fp_result)
|
|||
FORCE_RET();
|
||||
}
|
||||
|
||||
OP(set_sr)
|
||||
{
|
||||
env->sr = get_op(PARAM1);
|
||||
m68k_switch_sp(env);
|
||||
FORCE_RET();
|
||||
}
|
||||
|
||||
OP(jmp)
|
||||
{
|
||||
GOTO_LABEL_PARAM(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue