blob: 71938ee4ac6c954da7a83063e8eaf1df881c22ae (
plain)
1
2
3
4
5
6
|
//example 14.4//
clc
//clears the screen//
clear
//clears all existing variables//
disp('The address bit AB10 is low for the first 1024 address inputs (from 00000000000 to 01111111111) and ROM - 1 is selected. For the remaining 1024 address inputs (from 10000000000 to 11111111111), AB10 bit is HIGH thus enabling ROM-2.')
|