Looks good for a starter. Troubles with working over 15 is caused by HEX number system, wich powers any computer (actually, just represents binary in compact way). HEX range is from 0-G (0,1,2...C,D,G), and if number is larger than G it overflows (meaning G+1 would be 10 in HEX and 16 in decimal). study this further in internet, should help you
@Rip123 in HEX system (in wich all electronics work) it's not. it will be B.
BTW, overflow results are not "glitchy", they are just the ls 4 bits of the result, including those extra bits would show it correctly.
Get to my level, freak :D id:2291586
Btw I have just fixed the calculation errors, try to test it out again!
It's good as far as it goes - which is not very far - but what the hey. :)
Yea it gives weird awnsers sometimes. 7+5 is proof that it can't be weird glitchy integer overflow like I origionally thought.
Oh wait this was already stated
When you add 7 and 5 (should equal 12) it gives 14