这意味着你可以在指令之前在线路上有一个标签。例如,它简单地迫使下面的数字被当作十进制数字,即使默认的数字基数是十六进制。注意,对于小于8的值,它是完全冗余的,所以“.”确实不需要在那里,但是它D。不,这就相当于:阅读MPASM用户指南第89页的“常量”指令文档。我知道以前我告诉过你在哪里找到用户指南。
以上来自于百度翻译
以下为原文
It means you can optionally have a label on the line before the instruction.
e.g.
start: MOVLW 8 ;prepare to loop eight times
It simply forces the following number to be treated as a decimal number, even if the default number base is hex.
Note, it is totally redundant for values less than 8, so the "." really does NOT need to be there, but it doesn't hurt.
No, it would be equivalent to:
BCF GPIO, GPIO1
Read page 89 of the MPASM User Guide for documentation of the "CONSTANT" directive.
I know I have previously told you where to find the User Guide.
这意味着你可以在指令之前在线路上有一个标签。例如,它简单地迫使下面的数字被当作十进制数字,即使默认的数字基数是十六进制。注意,对于小于8的值,它是完全冗余的,所以“.”确实不需要在那里,但是它D。不,这就相当于:阅读MPASM用户指南第89页的“常量”指令文档。我知道以前我告诉过你在哪里找到用户指南。
以上来自于百度翻译
以下为原文
It means you can optionally have a label on the line before the instruction.
e.g.
start: MOVLW 8 ;prepare to loop eight times
It simply forces the following number to be treated as a decimal number, even if the default number base is hex.
Note, it is totally redundant for values less than 8, so the "." really does NOT need to be there, but it doesn't hurt.
No, it would be equivalent to:
BCF GPIO, GPIO1
Read page 89 of the MPASM User Guide for documentation of the "CONSTANT" directive.
I know I have previously told you where to find the User Guide.
举报