NO

Author Topic: inline assembler : bugs  (Read 4353 times)

valy

  • Guest
inline assembler : bugs
« 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

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
inline assembler : bugs
« Reply #1 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
/Pelle

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
inline assembler : bugs
« Reply #2 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
/Pelle