various asm directives - char support (Dave Long)

This commit is contained in:
bellard
2003-04-28 21:23:53 +00:00
parent 68c800981e
commit 71f119fe25
2 changed files with 83 additions and 2 deletions

View File

@ -144,12 +144,17 @@
DEF(TOK_strcpy, "strcpy")
#endif
/* Tiny Assembler for x86 */
/* Tiny Assembler */
DEF_ASM(byte)
DEF_ASM(align)
DEF_ASM(skip)
DEF_ASM(space)
DEF_ASM(string)
DEF_ASM(globl)
DEF_ASM(text)
DEF_ASM(data)
DEF_ASM(bss)
#ifdef TCC_TARGET_I386