Originally posted by 314159
the reason that this is said, is that the instructions can move 8 bits at a time. just dealing with the 8 least significant digits of the program counter limits you to within the first 256 memory locations. if you add a couple lines of code, you can get around this limitation by writing to the high bites of the program counter
the reason that this is said, is that the instructions can move 8 bits at a time. just dealing with the 8 least significant digits of the program counter limits you to within the first 256 memory locations. if you add a couple lines of code, you can get around this limitation by writing to the high bites of the program counter
And, it has to substantiate the claims of <B>"latest state-of-the-art microprocessor with artificial intelligence software"</B> and <B>"maximum possible"</B> as a reminder to what this was all about.
it all has to do with how creative your programming is, i have an electronic board running on a pic, about 250 words of memory (not exactly a byte, a little longer) and a couple bytes of ram. this is with 5 16 bit timing variables, and other bells and whistles. assembly language can be extremly efficent.






Comment