C and ASM first???

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
magyarkid92
Posts: 2
Joined: Tue Jan 25, 2005 12:00 am

C and ASM first???

Post by magyarkid92 »

Hello...
I am new here, but have been a programmer for a while. I was wondering...
Before even start OS construction, should I learn C, ASM, Pascal, C and ASM, Pascal and ASM, Pascal and C, or all of the above???
z4ck
Member
Member
Posts: 28
Joined: Thu Oct 21, 2004 11:00 pm
Location: swiss
Contact:

Re: C and ASM first???

Post by z4ck »

the most peoples of here are coding the own system with C and ASM...
i suggest that you learn the 2 languages too.... ;)
char *autor="I don't know english!! :(";
cipek
Member
Member
Posts: 43
Joined: Mon Oct 25, 2004 11:00 pm
Location: Poland

Re: C and ASM first???

Post by cipek »

If you'll writing your OS in C you must know ASM. In OS writing in C must be some ASM inlines. Learn C & ASM.
Last edited by cipek on Thu Jan 27, 2005 12:00 am, edited 1 time in total.
magyarkid92
Posts: 2
Joined: Tue Jan 25, 2005 12:00 am

Re: C and ASM first???

Post by magyarkid92 »

OK. Thank you.
Post Reply