八进制常量
要指定数字为八进制,请在数字前添加前缀0
要指定数字为八进制,请在数字前添加前缀0:
ai 5,4,0377
# Add the octal value 0377 to the contents
# of GPR 4 and put the result in GPR 5.
要指定数字为八进制,请在数字前添加前缀0
ai 5,4,0377
# Add the octal value 0377 to the contents
# of GPR 4 and put the result in GPR 5.