Zhao Lei

Results 6 issues of Zhao Lei

I compiled using Code Composer Studio 6.0.1 and disasm with IAR 5.50.2, got: 01ABAC 4C82 04D0 mov.w R12,&MPY32L 01ABB0 4D82 04D2 mov.w R13,&MPY32H 01ABB4 4E82 04E0 mov.w R14,&OP2L 01ABB8 4F82...

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.

code: dev->regs[dreg] = res_data & mask; if (!res_data) dev->regs[MSP430_REG_SR] |= MSP430_SR_Z; in function step_RxxM in sim.c if res_data is 0x10000 and mask is 0xffff the dev->regs[dreg] is correctly set to...

In function step_pushm_popm in file sim.c, is_aword is not used. when is_aword is 0, awrod is pushed/poped otherwise word is done.

web版本的链接 https://github.com/hotoo/pinyin/tree/gh-pages/dist 已经失效 我用 tsc pinyin.ts --lib es2018 --target es2018 命令转化失败,因为需要nodejieba。 nodejieba是c的,实在不方便往网页上移植。 综上:跪求web版本的。