mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12: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 |