data.c File Reference

#include "vm.h"
#include "_impl.h"
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "fastmath.h"
#include "opcode_chain.h"
#include "object.h"
#include "generic_stack.h"

Functions

void _VM_CALL vm_op_getmem_Int (vm_t vm, int n)
void _VM_CALL vm_op_setmem_Int (vm_t vm, int n)
void _VM_CALL vm_op_setmem (vm_t vm, int n)
void _VM_CALL vm_op_getmem (vm_t vm, int n)
void _VM_CALL vm_op_getClosure_Int (vm_t vm, word_t index)
void _VM_CALL vm_op_getClosure (vm_t vm, word_t unused)
void _VM_CALL vm_op_toI (vm_t vm, word_t unused)
void _VM_CALL vm_op_toF (vm_t vm, word_t unused)
void _VM_CALL vm_op_toS (vm_t vm, word_t unused)
void _VM_CALL vm_op_strcmp_String (vm_t vm, const char *s2)
void _VM_CALL vm_op_strcat_String (vm_t vm, const char *s2)
void _VM_CALL vm_op_strdup_String (vm_t vm, const char *s2)
void _VM_CALL vm_op_strcmp (vm_t vm, word_t unused)
void _VM_CALL vm_op_strcat (vm_t vm, word_t unused)
void _VM_CALL vm_op_strdup (vm_t vm, word_t unused)
void _VM_CALL vm_op_charAt_Int (vm_t vm, word_t ofs)
void _VM_CALL vm_op_charAt (vm_t vm, word_t unused)
void _VM_CALL vm_op_setCharAt_Int (vm_t vm, word_t ofs)
void _VM_CALL vm_op_setCharAt (vm_t vm, word_t unused)
void _VM_CALL vm_op_substr (vm_t vm, word_t unused)
void _VM_CALL vm_op_strlen (vm_t vm, word_t unused)


Generated on Wed Feb 6 14:46:05 2008 for TinyaML by  doxygen 1.5.3