rodrigo-miranda18 / tictactoe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build

nasm -f elf64 tictactoe.asm
ld -o tictactoe tictactoe.o
./tictactoe

About

License:GNU General Public License v3.0


Languages

Language:Assembly 100.0%