摘要: 1 ;HtoD 2 3 data segment 4 n dw ? 5 data ends 6 7 stack segment 8 db 50 dup(?) 9 stack ends 10 11 code segment 12 assume cs:code,... 阅读全文
posted @ 2017-05-28 21:58 congmingyige 阅读(528) 评论(0) 推荐(0) 编辑
摘要: if condition 1 jmp aif condition 2 jmp a……if condition n jmp a xxx ;condition bjmp ca:xxx ;condition ac: 阅读全文
posted @ 2017-05-28 21:56 congmingyige 阅读(589) 评论(0) 推荐(0) 编辑