24 lines
372 B
NASM
24 lines
372 B
NASM
cryptocmddecode:
|
|
decodecmdopt(cryptocmdROT, cryptocmdROTo)
|
|
ret
|
|
|
|
cryptocmdroute:
|
|
pop bc
|
|
routeoptjp(cryptocmdROTo, cryptocmdROTf)
|
|
push bc
|
|
ret
|
|
|
|
cryptocmdmanroute:
|
|
pop bc
|
|
routestrjp(cryptocmdROT, cryptocmdROTm)
|
|
push bc
|
|
ret
|
|
|
|
cryptocmdmanrouteu:
|
|
pop bc
|
|
routeustrjp(cryptocmdROT, cryptocmdROTu)
|
|
push bc
|
|
ret
|
|
|
|
#include "includes/CryptoCommands/CryptoCommands.inc"
|