06.08.2006, 10:46:36
![Smile Smile](https://forums.renegadeprojects.com/images/smilies/001.gif)
btw, my commands are numbers, that's just to make it all easier and faster.
to create scripts, there'd be a special program that generates those numbers for you.
don't be afraid, you wouldn't have to learn them
![Wink Wink](https://forums.renegadeprojects.com/images/smilies/002.gif)
this script system was something I'd really like to work on, so that might be my contribution to 1.09 then.
@cncVK:
lgdt fword ptr whatever
![Tongue Tongue](https://forums.renegadeprojects.com/images/smilies/tongue3.gif)
my funny assembler assembles everything I need atm (ok, a better floating point instructions support would be cool, I'm still planning to implement that).
it even assembles mnemonics that don't actually exist
![Tongue Tongue](https://forums.renegadeprojects.com/images/smilies/tongue3.gif)
like
Code:
fjle <point to jump>
Code:
fnstsw ax
test ah, #41
jnz <point to jump>
![Wink Wink](https://forums.renegadeprojects.com/images/smilies/002.gif)
I can easily add new mnemonic support, so if you need your global thing loader that bad, I can add it
![Tongue Tongue](https://forums.renegadeprojects.com/images/smilies/tongue3.gif)