Reply 40 of 40, by RetroPCCupboard
RetroPCCupboard
Offline
Rank
Oldbie
DaveDDS wrote on Today, 14:17:If you'd like lots of examples of 8086 assembly language, have a look under "40 years of source code" on my site. […]
If you'd like lots of examples of 8086 assembly language, have a look under "40 years of source code" on my site.
There is a lot of embedded non-86 stuff, but there is a fair bit of 8086:
My Micro-C compuler, it's mainly in C but a lot of the library is .ASM
Simsis has 8008, 8080 and 6809 cores implemented in 8086 .ASM
Monitors had full 8086 debugger
.. lots more ..
Very kind of you to release all of that for people to learn from. I shall have a look.