Skip to content

EsotericGolf/x86-64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Template

Welcome to my x86-64 assembly template. Your main file is going to be in main.asm. Linking and compiling options are in the Makefile. main.asm` is already set up with a simple "Hello, world!" program, so feel free to edit that. The debugger is also setup with GDB.

Below are some resources to learn the language:

Makefile commands

To run, simply just do make -s. That runs make and hides the extra output you get when running. You can go to the Makefile here to see any specific commands you might want to run.

About

A template for Assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published