stack_vm/command.c

7 lines
117 B
C

#include "./command.h"
cmd_desc_t cmd_desc[] = {
{PUSH, 1, "PUSH"},
{POP, 0, "POP"},
{NONE, 0, "NONE"}}