jjpp
jjpp

Reputation: 1328

8086 emulator for mac OSX

I want to study about 8086 instructions. I want to know how the registers, flags, stack pointer etc are changing according to each instructions. So that I want to install an 8086 emulator in my Mac OS. Can anyone suggest me some options?

I have installed dosBox and checked it. But I cant find a way to see the register values, flags etc..

If there is no such emulator please suggest me some good tutorials. I want to know , how the segment registers(ES, CS, DS, SS, IP), general purpose registers(AX, BX, CX,DX, SP,BP, SI, DI), and all the flags(OF, DF,IF,TF, ZF,SF, AF, PF,CF) are changing according to each instruction.

Upvotes: 1

Views: 9836

Answers (1)

mrdvlpr
mrdvlpr

Reputation: 556

Both QEMU and Bochs can be used for Mac OSx.

(Never tried this on my own, but projects are really good)

Upvotes: 1

Related Questions