summaryrefslogtreecommitdiff
path: root/462/CH11/EX11.6.c/ex_11_6_c.sce
blob: 2829378b0fc3b1f9f6b465bf518bc1457f1376f4 (plain)
1
2
3
4
5
6
7
8
9
//example 11.6(c)//
clc
//clears the screen//
clear
//clears already existing variables//
disp('since Y(3), write operation is performed at memory location 3. The input data is stored in this location and also appears at the output')
disp('D1D0=00')
disp('contents of memory location 3=00')
//given A1A0=00, W''=0, Y=11110111//