25 lines
358 B
NASM
25 lines
358 B
NASM
prgmcmddecode:
|
|
;decodecmdopt(prgmcmdPRGM, prgmcmdPRGMo)
|
|
ret
|
|
|
|
prgmcmdroute:
|
|
pop bc
|
|
;routeoptjp(prgmcmdPRGMo, prgmcmdPRGMf)
|
|
push bc
|
|
ret
|
|
|
|
prgmcmdmanroute:
|
|
pop bc
|
|
;routestrjp(prgmcmdPRGM, prgmcmdPRGMm)
|
|
push bc
|
|
ret
|
|
|
|
|
|
prgmcmdmanrouteu:
|
|
pop bc
|
|
;routeustrjp(prgmcmdPRGM, prgmcmdPRGMu)
|
|
push bc
|
|
ret
|
|
|
|
#include "includes/PrgmCommands/PrgmCommands.inc"
|