Page 1 of 1

Handy tool for learning/testing assembly

Posted: Sat Jul 27, 2013 4:29 pm
by sunnydown
Hi folks,

One of the reasons I purchased PureBasic was because it's easy to add inline assembly instructions. Here's a very useful free java app for playing around with assembler.

http://www.lrr.in.tum.de/~jasmin/

I haven't tried any assembler with PB yet, still getting to grips with the basics of the language.

Re: Handy tool for learning/testing assembly

Posted: Sun Jul 28, 2013 6:41 am
by Thorium
Thank you for the link. Working with Assembler in PureBasic works well.
However for debugging you need a assembler level debugger, i recommend OllyDbg. It's free and easy to use.

Re: Handy tool for learning/testing assembly

Posted: Thu Aug 01, 2013 1:37 pm
by sunnydown
Thanks. I use Linux though, so gdb is probably my only option.