Skip to content

leonard112/assembly-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Language Tic Tac Toe

⚠️ Disclaimer: These code examples don't always adhere to proper calling conventions that would be used in production level code. These samples are very pragmatic in general purpose register usage and in how function prologues and epilogues are constructed and used. When writing production level code, the recommended calling conventions for each instruction set should be used.

This repository contains an implementation of a simple Tic Tac Toe game in low level assembly code for the following CPU architectures:

  • i386
  • amd64
  • armhf
  • aarch64
  • ppc64
  • s390x

About

This repository contains an implementation of a simple Tic Tac Toe game in low level assembly code for several CPU architectures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published