Blitz inline asm

Blitz3D Forums/Blitz3D Programming/Blitz inline asm

bytecode77(Posted 2006) [#1]
hello!

i have got a question: is it possible to do inline assembler in blitz3d?

thx!


Boiled Sweets(Posted 2006) [#2]
No


bytecode77(Posted 2006) [#3]
ok, thank you, thats exactly what i wanna know :(


Boiled Sweets(Posted 2006) [#4]
Having said that this a way...

http://www.blitzbasic.com/sdkspecs/sdkspecs.php

Stick your inline ASM in a C++ lib and off you go...


Baystep Productions(Posted 2006) [#5]
hex edit it all together.

So yes you can...

Use a CCE Explorer or such to find the variable assignments from your program and use assembler to those locations to connect them. So I say it is possible.