[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: any emulation docs ?



On Aug 23, 6:08 am, kestas.rutkaus...@gmail.com wrote:

> I want to write emulator(any system), but i can't find *full*
> documentation ... ANY suggestions which system emulator to write ?

No system ever built, past, present or future, has *full*
documentation.

Most of the challenge in writing an emulator is finding and emulating
undocumented behaviors. The "easy" way is to examine real hardware and
observe how it behaves under certain conditions. The hard way is to
disassemble bits of software and try to guess what they were expecting
the hardware to do.