Re: What processor mode did u start in?
Posted: Sat May 15, 2010 10:49 pm
Come to think of it, I've started in vm8086
The Place to Start for Operating System Developers
http://forum.osdev.org./
I started on a Commodore 64, first in BASIC of course, later in assembly language. I had no assembler so I had to calculate all instructions by hand and POKE them somewhere in memory... No surprise I never got further than "Hello world"!inx wrote:>_> Does a 6502 count as a mode? =p
Hardcore way to learn. lol I had a 128, so I at least had the in-ROM ML monitor. Like an assembler with no symbols, just had to deal your own dealings with addresses.Hobbes wrote:I started on a Commodore 64 ... I had no assembler so I had to calculate all instructions by hand and POKE them somewhere in memory...
Sure, but I was too poor for a ][GS or a SuperCPU. lol Also, IIRC, it's not so much a mode as the fact that 6502 code ran as long as the address registers were initialized properly.JackScott wrote:6502 compatibility mode of a 65C816 processor