You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in function fetch_operand in sim.c
*data_ret = dev->regs[reg] & mask;
goes wrong when reg is MSP430_REG_SR and PC>=0x10000.
The SR contains PC19:16. this can be ignored normally, but push.
The text was updated successfully, but these errors were encountered:
in function fetch_operand in sim.c
*data_ret = dev->regs[reg] & mask;
goes wrong when reg is MSP430_REG_SR and PC>=0x10000.
The SR contains PC19:16. this can be ignored normally, but push.
The text was updated successfully, but these errors were encountered: