Pelles C forum

Pelles C => Bug reports => Topic started by: valy on January 12, 2005, 11:38:37 AM

Title: inline assembler : bugs
Post by: valy on January 12, 2005, 11:38:37 AM
Hi

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

Best regards
Title: inline assembler : bugs
Post by: Pelle on January 12, 2005, 08:56:41 PM
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:
Code: [Select]

_asm cmp [i],-1


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

Pelle
Title: inline assembler : bugs
Post by: Pelle on January 25, 2005, 12:45:04 AM
Have you tried version 3.00 Beta 2? Are the problems solved?

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

Pelle