标签: assembly numbers hex decimal mov
我从汇编程序练习,我需要告诉程序结束时A中的内容
start: mov A, 5d //I know that is address of memory mov A, #5d //Not sure what it is inc A //increase A by 1 inc A //same
我不确定我是否应该将mov A, #5d中的5D作为十六进制数或十进制数5.我希望有人会帮我这个。
mov A, #5d