I’m currently trying to get into x86 assembly ( I already have some pre-existing knowledge with x51 assembly) and I’m looking for a simple IDE+assembler+emulator for the assembly output.
Can you recommend any?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recommend the Flat Assembler. Comes with a pretty nice and tiny IDE, runs on Windows, Linux, and MS-DOS.
There’s also the Netwide Assembler, which comes with a disassembler, but no IDE. Altough FASM’s simple IDE is easily reproduced with any editor that allows for external commands.