language

Some fools attempt at an interpreted language
Log | Files | Refs

ins_adata.c (272B)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* `ins_adata.h` provides per-opcode arguement type data.
 * Provides subroutines for individual opcodes
 */

#include <stdlib.h>
#include <stdio.h>

#include "ins_adata.h"

#include "bc.h"
#include "is.h"
#include "var.h"
#include "helper.h"

void init_adata( void )
{
}