汇编语言处理Flag标志命令 发表于 2021-01-02 分类于 汇编 本文字数: 69 阅读时长 ≈ 1 分钟 1、处理机命令clc: 使CF=0 stc:使CF=1 cmc:CF取反 cld:使DF=0 std:使DF=1 cli:使IF=0 sti:使IF=1