Skip to content

Commit

Permalink
Constants for state-of-tic-tac-toe
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Dec 24, 2024
1 parent de1c181 commit 038b392
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.equ ONGOING, 0
.equ DRAW, 1
.equ WIN, 2
.equ INVALID, 3

.text
.globl gamestate

Expand Down

0 comments on commit 038b392

Please sign in to comment.