| 7946 | } |
| 7947 | |
| 7948 | Update_t _ZeroPage_Error() |
| 7949 | { |
| 7950 | // return ConsoleDisplayError( "There are no (ZP) pointers defined." ); |
| 7951 | // ConsoleBufferPushFormat( " There are no current (ZP) pointers. (Max: %d)", MAX_ZEROPAGE_POINTERS ); |
| 7952 | return ConsoleDisplayErrorFormat( " There are no current (ZP) pointers. (Max: %d)", MAX_ZEROPAGE_POINTERS ); |
| 7953 | } |
| 7954 | |
| 7955 | //=========================================================================== |
| 7956 | Update_t CmdZeroPageClear (int nArgs) |
no test coverage detected