#include main() { short unsigned n,*memmi=0; for(n=0;n<256;n++) { printf("%02X %04x:%04x ",n,memmi[n*2+1],memmi[n*2]); if(!((n+1)%5)) puts(""); } }