Computer Science, asked by koldbreaks, 4 months ago

1. Present basic structure of assembly language and wirte a simple assembly program to demonstare the structure

Answers

Answered by 726211
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