What processor mode did you start in?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: What processor mode did u start in?

Post by Love4Boobies »

Come to think of it, I've started in vm8086 :)
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

Re: What processor mode did u start in?

Post by inx »

>_> Does a 6502 count as a mode? =p
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Re: What processor mode did u start in?

Post by JackScott »

Yes, because it's the 6502 compatibility mode of a 65C816 processor.
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

Re: What processor mode did u start in?

Post 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"!
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

Re: What processor mode did u start in?

Post 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.
chibicitiberiu
Member
Member
Posts: 68
Joined: Thu May 28, 2009 11:46 pm

Re: What processor mode did u start in?

Post 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)
Tibi,
Currently working on the Lux Operating System
Post Reply