早教吧 育儿知识 作业答案 考试题库 百科 知识分享

一道关于汇编的题目,ReviewtheASCIITabletoseetherelationshipbetweenavalue(0,1,2,3,4,5,6,7,8,9)anditscorrespondingASCIICharacter.WhatisthevaluethatshouldcompletetheAssemblyinstructiontoconvertthevaluetoacharacter

题目详情
一道关于汇编的题目,
Review the ASCII Table to see the relationship between a value (0,1,2,3,4,5,6,7,8,9) and its corresponding ASCII Character.
What is the value that should complete the Assembly instruction to convert the value to a character?
addb #$ _____
note the "$" symbol that means the value should be in hex
▼优质解答
答案和解析
addb #$ _30_.