/* ---------------------------------------------------------------------- */
/*                   Copyright (C) 1991 by Natrlich!                     */
/*                      This file is copyrighted!                         */
/*                Refer to the documentation for details.                 */
/* ---------------------------------------------------------------------- */
typedef struct
{
   char huge   *mnem;
   byte huge   *instr;
} _ops;

# define get_mnemo(i) ( ops[i].mnem )

