potion
0.2
|
some assembler functions More...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "potion.h"
#include "internal.h"
#include "opcodes.h"
#include "asm.h"
Go to the source code of this file.
Functions | |
PNAsm * | potion_asm_new (Potion *P) |
PNAsm * | potion_asm_clear (Potion *P, PNAsm *volatile asmb) |
PNAsm * | potion_asm_put (Potion *P, PNAsm *volatile asmb, PN val, size_t len) |
PNAsm * | potion_asm_op (Potion *P, PNAsm *volatile asmb, u8 ins, int _a, int _b) |
PNAsm * | potion_asm_write (Potion *P, PNAsm *volatile asmb, char *str, size_t len) |
some assembler functions
(c) 2008 why the lucky stiff, the freelance professor
Definition in file asm.c.