Hi,
i'm new to ASM code.
Before i start learning ASM code, i need to know if its a good sollution for my new project.
For while i'm working on a game engine, last week started building a script engine using c++ styled scripts.
I know how to lex and parse the c++ scripts. For the execution i was thinking of calling asm code from my c++ project.
For now the script engine only can register and manupilate variables (can be a standard data type of structure or class)
It's not using ASM code yet.
I have done some more reading about c++ compilers and noticed before making an exe of it, the make some kind of ASM code of it (opcode), as i understanded, using asm code the script engine is more powerfull.
The big idee behind the script engine, is making an independe script engine (not linked to any existing game or game engine) where users can register functions they wanna use in theyre game scripts or implement headers in the game scripts so the application defined functions can be read from header.
Greetz Nightmare
