Starting my OS Development

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.
Locked
User avatar
LadyTemoshi
Posts: 7
Joined: Tue Aug 13, 2013 4:52 pm

Starting my OS Development

Post by LadyTemoshi »

Hello,

I am currently looking into x64 Assembly guides, and while I have found a few, I could use some pointers if anyone has some tips to point me in the right direction.

I am familiar with Assembly functionality from looking into MIPS Assembly, but x64 Assembly definitely has a different syntax I will have to wrap my head around. I'm a bit advanced with MIPS, and while I need to learn more about it, I want to learn x64 as something to work with for my hobby.

I also have a blog if anyone wants to help me out there:
http://temoshigeek.blogspot.ca/

If anyone has some guides on syntax, such as variables/registers/values, and how to use them, all would be appreciated. I should probably look up common computer bugs for myself to learn, but it's been another long day for me today.

I also need to know more about "Little Endian".
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Starting my OS Development

Post by AJ »

Locked