xa Posted May 3, 2005 Posted May 3, 2005 I have noticed that all assemblers and tutorials do not work for me. I am wondering if someone could provide me a link to a working assembler and tutorial. I am using WinXP.
nameta9 Posted May 3, 2005 Posted May 3, 2005 Find yourself a copy of C++ Builder (borland). They have a nice CPU option that lets you see the C++ code you program in assembler and step through the instructions with breakpoints. Even a 1997 copy would do.
xa Posted May 3, 2005 Author Posted May 3, 2005 Thanks, for anyone else who would like this C++ Builder is free now from Borland, can be found at http://www.borland.com/products/downloads/download_cbuilder.html# Edit, it's not. EDIT2: Ok where is this option located?
Dave Posted May 4, 2005 Posted May 4, 2005 Have you tried something like nasm? I think that has a 32-bit build available. Plus lots of documentation, although I think that's more to do with the assembler itself, and not the language.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now