Skip to content

whiteeagle44/x64-nasm-starter-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.