1 2 3 4 5 6 7 8 9
//example 14.1.a// clc //clears the screen// clear //clears all existing variables// r=16*1024; //given rom capacity// row=sqrt(r) disp(row,' no of registers in each row = ')