assembly languageIndicate whether the following statements a
(assembly language)Indicate whether the following statements are syntactically correct or incorrect . If incorrect, indicate what is wrong with the statement :
A. printf PROTO arg1:Ptr Byte, printlist:VARARG
B. msg1fmt byte \"\ %s%d\ \",0
C. INVOKE printf, ADDR msg1fmt, ADDR number
D. msg2fmt byte 0Ah,0Ah„\"%s\",0Ah,0Ah,0
Solution
Answer :-
The Indicate whether the following statements are syntactically correct or incorrect . If incorrect, indicate what is wrong with the statement .
A. printf PROTO arg1:Ptr Byte, printlist:VARARG.
C. INVOKE printf, ADDR msg1fmt, ADDR number .
