summaryrefslogtreecommitdiff
path: root/911/CH14/EX14.1.a/ex_14_1_a.sce
blob: e0184a12a84609567a482eab93550c9db98e69c9 (plain)
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 = ')