Tony Codes

A digital garden derived from TiddlyWiki

(Series) X86–64 Assembly Language Guide

      1. Getting Started

1. Getting Started Writing Assembly Language Code 2. How to use GDB within Docker Container 3. Using Docker to Compile, Link, Run and Debug Assembly Language Code ### Writing an x86-64 Assembly Language Programm - Printing Command Line Arguments - Sending Function Arguments and Receiving Values Back - Conditionals and Looping - How to Calculate String Length ### General Information - X86_64 Assembly and GDB Quick Reference - X86_64 Resources - [Code from this guide](https://github.com/tonyOreglia/argument-counter)