8 lines
128 B
NASM
8 lines
128 B
NASM
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
|
|
|
.enum mode
|
|
StartScreen = 0
|
|
MainGame
|
|
ScoreHighlight
|
|
Win
|
|
.endenum
|