Skip to content

Instantly share code, notes, and snippets.

View Anivice's full-sized avatar

Anivice Ives Anivice

  • University of Reading
View GitHub Profile
@Anivice
Anivice / syntax.s
Created April 11, 2022 08:20 — forked from mishurov/syntax.s
AT&T assembly syntax and IA-32 instructions
# --------
# Hardware
# --------
# Opcode - operational code
# Assebly mnemonic - abbreviation for an operation
# Instruction Code Format (IA-32)
# - Optional instruction prefix
# - Operational code
@Anivice
Anivice / syntax.s
Created April 9, 2022 05:17 — forked from DmitrySoshnikov/syntax.s
AT&T assembly syntax and IA-32 instructions
# --------
# Hardware
# --------
# Opcode - operational code
# Assebly mnemonic - abbreviation for an operation
# Instruction Code Format (IA-32)
# - Optional instruction prefix
# - Operational code