Page 2 of 2

Re: What processor mode did u start in?

Posted: Sat May 15, 2010 10:49 pm
by Love4Boobies
Come to think of it, I've started in vm8086 :)

Re: What processor mode did u start in?

Posted: Sun May 16, 2010 6:34 pm
by inx
>_> Does a 6502 count as a mode? =p

Re: What processor mode did u start in?

Posted: Sun May 16, 2010 9:39 pm
by JackScott
Yes, because it's the 6502 compatibility mode of a 65C816 processor.

Re: What processor mode did u start in?

Posted: Mon May 17, 2010 5:04 am
by qw
inx wrote:>_> Does a 6502 count as a mode? =p
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"!

Re: What processor mode did u start in?

Posted: Tue May 18, 2010 12:25 pm
by inx
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...
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.
JackScott wrote:6502 compatibility mode of a 65C816 processor
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.
Kind of like the 286 compatibility of 386 pmode.

Re: What processor mode did u start in?

Posted: Thu May 20, 2010 3:06 am
by chibicitiberiu
I started in 8086 with Turbo Pascal, but i forgot all the pascal i learned then... About 3 - 4 years ago I started learning C in Borland C 3.0 (on an old win95 machine :D at school)