Hello fellow coders, I have a problem with the following lines of code. I believe it's an optimization issue.
// Is page1 full? RAM_A16 = PAGE1; if(lib.full == TRUE) { // Is page0 full? RAM_A16 = PAGE0; if((lib.full) == TRUE) { // Handle full library. handle_full_page(record); } }
lib_stats xdata lib _at_ 0x8A3; RAM_A16 BIT P1.6