Skip to content

A repository containing example Assembly programs written for the x86-64 architectures along with the linux kernel

License

Notifications You must be signed in to change notification settings

Aditya-A-garwal/x86-64-AssemblyExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86-64-AssemblyExamples

This repository contains Assembly language examples for the x86-64 architecture (linux kernel). All programs have been written using Intel syntax and the NASM compiler has been used. More examples will be added with time. A makefile has been included for making the build process more convenient. The following targets are defined in the makefile -

  • default - alias for assemble, link
  • assemble - assembles a source file into an object file
  • link - links the object file(s) into an executable Specifics of the build process can be changed withing the makefile, and the user is encouraged to do so.

About

A repository containing example Assembly programs written for the x86-64 architectures along with the linux kernel

Topics

Resources

License

Stars

Watchers

Forks