0 Members and 1 Guest are viewing this topic.
In binary, %00000001 = 1%00000010 = 2apply xor to each bit%00000011 = 3
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
nemo, I believe both in Axe are bitwise. The plot-style ones are just 16-bit whereas the normal ones are 8-bit.
.AXEClrDrawDiagnosticOffFnOnfnInt(IN,0)9->CRepeat getKey(15)Pxl-On(C/2/2/2/2,0DispGraphEndLnRegReturnLbl INC+1->C
Most interrupts are currently not compatible with applications at the moment. Any system call will not switch the correct page back to the application and cause crazy stuff to happen. There is a fix I can do by making sure I swap the page before the interrupt quits which is what I'm going to have to do for applications. So for now, DO NOT use interrupts with applications.
SHORT means less than 256 bytesCONST means any size=/= is a "not equal sign">= is a "greater than or equal sign"<= is a "less than or equal sign"