Introduction - If you have any usage issues, please Google them yourself
Subroutine library for the 8051
--------------------------------
Description: a 8051 microcontroller programm, it is a subroutine library testing memtools
____________________________________________
checked errors
memfill:write in IDATA -- without errors
write in XDATA -- without errors
write in not allowed memory area
--with errors
- R7 = 0 -- with errors
memrnd:write in IDATA -- without errors
write in XDATA -- without errors
write in not allowed memory area
--with errors
- R7 = 0 -- with errors
memcpy:Copy from IDATA to XDATA - without errors
Copy from XDATA to XDATA - without errors
Copy from IDATA to CODE -- without errors
Copy from CODE to IDATA - without errors
R7 = 0 -- with errors
memcmp: compare IDATA to XDATA - without errors
compare XDATA to XDATA - without errors
compare IDATA to CODE -- without errors
compare CODE to IDATA - without errors
R7 = 0 -- with errors
Schoolproject
Have Fun!
Daniel