summaryrefslogtreecommitdiff
path: root/911/CH14/EX14.1.c/ex_14_1_c.sce
blob: f14a2462032790e515216ff838f507a92c71cbc1 (plain)
1
2
3
4
5
6
7
8
9
//example 14.1.c//
clc
//clears the screen//
clear
//clears all existing variables//
r=16*1024;
//given rom capacity//
c=log2(r)
disp(c,' total number of address inputs = ')