News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

inline assembler : bugs

Started by valy, January 12, 2005, 11:38:37 AM

Previous topic - Next topic

valy

Hi

I love your IDE and asm.
A few problems with mov byte ptr, movq... though

Best regards

Pelle

Thanks!

Yes, there were problems with the "nested" _asm keywords ( _asm { _asm nop } ), the assembler expression evaluator, and the fact that the C variable sometimes was too "dominating" in the expression (it's size).

I want this to work too, and the size should be deduced from the C variable:

_asm cmp [i],-1


It should work in 3.00 Beta 2 - which will be upload maybe tomorrow...

Pelle
/Pelle

Pelle

Have you tried version 3.00 Beta 2? Are the problems solved?

http://smorgasbordet.com/phpBB2/viewtopic.php?t=375

Pelle
/Pelle