High level programming languages & Assembly Language
Assembly Language The instructions like MOV or ADD are called as opcode. The assembler directives help the program in getting compiled and hence wont be there in the object code. The assembler directive EQU, when used in the instruction : Sum EQU 200 does, Replaces every occurrence of Sum with 200 purpose of the ORIGIN …
Continue reading ‘High level programming languages & Assembly Language’ »