mirror of
https://github.com/pret/pokered.git
synced 2026-04-08 18:36:02 -05:00
5 lines
75 B
NASM
Executable File
5 lines
75 B
NASM
Executable File
; connection directions
|
|
EAST EQU 1
|
|
WEST EQU 2
|
|
SOUTH EQU 4
|
|
NORTH EQU 8 |