1. Present basic structure of assembly language and wirte a simple assembly program to demonstare the structure
Answers
Answered by
0
Answer:
Assembly language (also known as ASM) is a programming language for computers and other devices, and it's generally considered a low-level variant when compared to more advanced languages that offer additional functionality. Once you've written the code, an assembler converts it into machine code (1s and 0s).
Explanation:
Similar questions