Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 854 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 854 Bytes

x64 NASM starter code

This project is the 4th in a series on Assembly programming

  1. MIPS Assembly
  1. x86 Assembly

About

This hybrid C and 64-bit x86 NASM program goes through a string of text, changes each 'a' to '*' and prints the result.

It is used in the tutorial on how to configure an environment for x86 NASM.