Skip to content

Commit

Permalink
Constants for state-of-tic-tac-toe (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode authored Dec 24, 2024
1 parent e3e030d commit 71cc281
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 71cc281

Please sign in to comment.