From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 462/CH11/EX11.6.d/ex_11_6_d.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 462/CH11/EX11.6.d/ex_11_6_d.sce (limited to '462/CH11/EX11.6.d/ex_11_6_d.sce') diff --git a/462/CH11/EX11.6.d/ex_11_6_d.sce b/462/CH11/EX11.6.d/ex_11_6_d.sce new file mode 100755 index 000000000..319325a37 --- /dev/null +++ b/462/CH11/EX11.6.d/ex_11_6_d.sce @@ -0,0 +1,9 @@ +//example 11.6(d)// +clc +//clears the screen// +clear +//clears already existing variables// +disp('In this case, the memory locations 3 and 5 are selected for writing since Y3=Y5=0. The contents of these locations will become 10 and') +disp('D1D0=10') +//given A1A0=00, W''=0, Y=11010111// +//I1I0=10// \ No newline at end of file -- cgit