汇编语言中的@和$是什么意思啊?
答案:2 悬赏:50 手机版
解决时间 2021-12-21 11:02
- 提问者网友:趣果有间
- 2021-12-21 07:44
汇编语言中的@和$是什么意思啊?
最佳答案
- 五星知识达人网友:猎心人
- 2021-12-21 09:16
算了,我来回答,本来很简单的问题,搞出这么多的花样。以下是直接从masm 6.1文档摘录出来的:
Use two at signs (
) followed by a colon (:) as an anonymous label. To jump to the nearest preceding anonymous label, use @B (back) in the jump instruction’s operand field; to jump to the nearest following anonymous label, use @F (forward) in the operand field.
The jump in the following example targets an anonymous label:
jge @F
.
.
.:
The items @B and @F always refer to the nearest occurrences of
:, so there is never any conflict between different anonymous labels.
---------------------------
Use two at signs (
) followed by a colon (:) as an anonymous label. To jump to the nearest preceding anonymous label, use @B (back) in the jump instruction’s operand field; to jump to the nearest following anonymous label, use @F (forward) in the operand field.
The jump in the following example targets an anonymous label:
jge @F
.
.
.:
The items @B and @F always refer to the nearest occurrences of
:, so there is never any conflict between different anonymous labels.
---------------------------
全部回答
- 1楼网友:老鼠爱大米
- 2021-12-21 10:23
正好我需要
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯