📄 lt501.asm
字号:
;LT501.ASM
.model small
.stack
.data
_a sbyte ?
_b sbyte ?
_c sbyte ?
tag byte ?
.code
.startup
mov al,_b
imul al
mov bx,ax
mov al,_a
imul _c
mov cx,4
imul cx
.if sword ptr bx >= ax
mov tag,0
.else
mov tag,1
.endif
.exit 0
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -