汇编语言if判断

2025-02-27 16:51:23
推荐回答(1个)
回答1:

以下为32位,16为将eax换为ax:
call boot0_is_tz
test eax, eax
je _false
..........(if 里的内容)
_false:
..........