Page 1 of 1

Re: Not yet know if the lowest that you could go is in binar

Posted: Tue Nov 04, 2014 1:15 pm
by yogev_ezra
waretrue wrote:How can I help the development of KolibriOS writing in the lowest level of programming of computers that you could go?
So do you want to help, or you just want to talk? If you want to help, then best help is start writing code.
waretrue wrote:Not yet know if the lowest that you could go is in binary or hex ...
Those are the same level - they are just different number bases: http://en.wikipedia.org/wiki/Radix and http://www.purplemath.com/modules/numbbase.htm
Some constants/flags are easier to represent in binary, while others in hexadecimal, and yet others in decimal or octal.