Skip to content

striatp/x86-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly x86-64 Practicing

This repository contains a collection of Assembly x86-64 programs for Windows. Its purpose is to serve as a personal playground for practicing low-level programming and deepening my understanding of how computers compute at the instruction level.

It includes small exercises, code snippets, and experiments with various instructions, arithmetic operations, loops, and control flow structures.

Usage

If you wish to clone and use this repository for some reason, the steps to do so are listed below.

  1. Clone the repository:
git clone https://github.com/striatp/x86-practice.git
  1. Assemble and link any file with NASM and GCC:
make compile File=path/to/file
  1. Run the executable
make execute

License

This repository is released into the public domain under the Unlicense, allowing anyone to use, modify, or distribute the code freely.

About

A repository where I post small Windows Assembly x86-64 program snippets to practice.

Topics

Resources

License

Stars

Watchers

Forks