-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I see there's a helper method internal to the C implementation:
unicorn/qemu/target/m68k/helper.c
Lines 128 to 129 in 64c7226
case M68K_CR_VBR: | |
return env->vbr; |
Is there some way I can access the value from python? I believe this is necessary to implement interrupt properly (since I need to know where to dispatch to)
Metadata
Metadata
Assignees
Labels
No labels