Well I've been making a little bit of headway with my self study of Digital Electronics and Assembler Language/Machine Code.
I found two books for dirt cheap on Amazon that have helped alot.
This one...
http://www.amazon.com/Fundamentals-Digital-Microcomputer-Revised-Edition/dp/0966498011/ref=pd_ys_iyr1... is a freaking steal at $5 shipped to your door, NEW!
It's got everything I needed to get from a transistor all the way up to understanding the CPU's on chip components/objects and how they all work together with memory and external I/O.
I needed this book to help me understand the sequence of events inside a CPU.. how all the registers work together with ALU, memory, I/O, stack, pointer, flags, common ALP syntax and form.. it filled in the blanks I needed before I could continue with this book...
http://www.amazon.com/8080A-8085-Assembly-Language-Programming-Leventhal/dp/0931988101/ref=pd_ys_iyr2That's the cheaper of two books on 8085 ALP I found on Amazon. It seems to be good reference and beginning study of the 8085 instructions with example code and challenges the author has you do for practice.
So now that I've got a better grasp of how a CPU functions and is programmed.. I'm looking for a decent freeware app to stumble thru practice coding. Any suggestions?
Should I be using an emulator?
Mike, what level of language have you used to write/edit code for the HAWK? Have you used C, C++? Or does that create too bulky/ineff. code?
Also, what apps have you used to do your coding/editing to the HAWK?
-Blaine