home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------------- */
- /* 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 )
-
-