开发者

Microchip's MPLAB IDE equivalent for 8086 assembly

I always wanted to learn 8086 assembly but was (and am) a little confused on where to start. We are learning PIC16F690 at the moment in school and I'm good at it. So I g开发者_运维技巧uess I can give 8086 a try. I'm wondering is there an IDE for 8086 like MPLAB IDE where in it you can write code and execute instructions line by line and watch memory, registers and other stuff?


There is WinAsm Studio which is a free IDE that works with several assemblers (TASM, FASM, MASM).


Visual Studio with inline assembler using C++? or MASM?

http://www.microsoft.com/downloads/details.aspx?familyid=7a1c9da0-0510-44a2-b042-7ef370530c64&displaylang=en


An IDE like Delphi or VS with inline assembler is a good entry point.

The free Delphi alike Lazarus (http://lazarus.freepascal.org) is an IDE with support for 80386+ and x86_64 (x86 64-bit) colouring of assembler.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜