100% found this document useful (1 vote)
178 views1 page

x86 Assembly Language Guide

This design document outlines a research project on programming with x86 Assembly Language. It introduces low-level programming and x86 assembly, describes the structure, opcodes, and execution cycle of x86 assembly language, compares it to competitors like ARM, and provides an outline with sections on introduction, x86 assembly language, competitors, and conclusion.

Uploaded by

api-644965001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
178 views1 page

x86 Assembly Language Guide

This design document outlines a research project on programming with x86 Assembly Language. It introduces low-level programming and x86 assembly, describes the structure, opcodes, and execution cycle of x86 assembly language, compares it to competitors like ARM, and provides an outline with sections on introduction, x86 assembly language, competitors, and conclusion.

Uploaded by

api-644965001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Programing with x86 Assembly Language

Design Document
16 October 2022 By: Salvatore Licari

Description:

This is a research project on low level programing with x86 Assembly


Language. x86 assembly language is the name for the family of assembly
languages which provide some level of backward compatibility with CPUs back to
the Intel 8008 microprocessor, which was launched in April 1972.

Outline:

1. Introduction
a. Introduce low level programming
b. Introduce x86 and assembly languages
2. X86 assembly language
a. Structure
b. Opcode
c. Execution Cycle
3. Competitors
a. ARM
b. Assembler vs. Compiler vs. Interpreted
4. Conclusion

You might also like