String operations
[Core Opcodes]


Functions

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)


Function Documentation

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