06.08.2006, 10:46:36
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
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
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
like
Code:
fjle <point to jump>
Code:
fnstsw ax
test ah, #41
jnz <point to jump>
I can easily add new mnemonic support, so if you need your global thing loader that bad, I can add it