![]() |
GNU PROLOG with UTF8 support
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>
Macros | |
| #define | MK_IMM22(x) (((x) >> 10) & 0x3fffff) |
| #define | MK_SIMM10_13(x, want10) ((x) & ((want10) ? 0x3ff : 0x1fff)) |
Functions | |
| void | Delay_Printf (char *op, char *operands,...) |
| void | synthetize_setx (long value, char *dstreg) |
| void | as_disass (char *pref) |
| int | main (int argc, char *argv[]) |
Variables | |
| FILE * | f |
| void as_disass | ( | char * | pref | ) |

| void Delay_Printf | ( | char * | op, |
| char * | operands, | ||
| ... | |||
| ) |

| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

| void synthetize_setx | ( | long | value, |
| char * | dstreg | ||
| ) |


| FILE* f |
1.8.11