2
Performing a list of Computer Organization I came across the following question:
Rewrite programs written in assembly language (Assembly) in the previous exercise for symbolic language. Consider that the first instruction of each program is "mounted" at memory position 512 and that each instruction occupies exactly 1 position of that memory. The data are stored in memory from heading 640 on the label of the variables in alphabetical order
I found a problem in solving such activity because of the 'syllable language', which I don’t know what is in this context of OC. Searching did not find the exact definition of Syriac language in the context of Assembly, but found that one Quora response that indicates what are symbols in Assembly, but does not answer: which symbols represent the Assembly directives, such as ADD
, SUB
, etc. In this case I suppose I have to write the operation number and the number of binary operands or a representation provided by the author (right ?), turning the Assembly language into something more 'abstract', similar to:
My interpretation is correct ? If yes, in the activity nothing is informed, how would I solve it ?!?
Note: I don’t want you to do the activity, I want to understand how I can do it.