ADD A, 5
Now A and 5 both are immediate. Is it allowed in Assembly Language?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is this intel syntax flavor? What is A?
Usually
Ais an address (effectively a variable). If so, it is allowed. Look for the definition of A (e.g. a DD pseudo instruction with that label)If a is the hex number (usually written as 0Ah, %0x0a though) of course, it can’t work