aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

GDC assembly #545

Closed Rikarin closed 9 years ago

Rikarin commented 9 years ago

Hi, IDE doesn't accept GDC version of inline assembly with intel syntax. Like asm { "mov RAX, addr"; "mov CR3, RAX"; }

aBothe commented 9 years ago

This is clearly @Orvid's task :)

Rikarin commented 9 years ago

err

I dont need full GDC asm support but could you fix this bug please? Right menu and autoinsert menu (ctrl + space) is not working when im using GDC assembly syntax. Thanks

aBothe commented 9 years ago

Okay np. @Orvid should've really taken a look at this though, too. :/

aBothe commented 9 years ago

Ah, I see, the feature request has actually been resolved right now, right? There still might be no completion for those single statements, but well, who needs them anyway if you code for some very "special" CPU :)