mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
6 lines
72 B
NASM
Executable file
6 lines
72 B
NASM
Executable file
; connection directions
|
|
EAST EQU 1
|
|
WEST EQU 2
|
|
SOUTH EQU 4
|
|
NORTH EQU 8
|