Handy tool for learning/testing assembly

Bare metal programming in PureBasic, for experienced users
sunnydown
New User
New User
Posts: 4
Joined: Sat Jul 27, 2013 4:10 pm

Handy tool for learning/testing assembly

Post 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.
Thorium
Addict
Addict
Posts: 1271
Joined: Sat Aug 15, 2009 6:59 pm

Re: Handy tool for learning/testing assembly

Post 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.
sunnydown
New User
New User
Posts: 4
Joined: Sat Jul 27, 2013 4:10 pm

Re: Handy tool for learning/testing assembly

Post by sunnydown »

Thanks. I use Linux though, so gdb is probably my only option.
Post Reply