Instruction Set Architecture (ISA)
IBM System/360 ISA included instructions that operated directly
on EBCDIC codes, like compare, move, and translate instructions.
Example: TR (Translate) instruction could convert characters
from one code page to another.
Memory Organization
Since EBCDIC is 8-bit fixed width, IBM mainframes standardized
on byte = 8 bits.
This influenced memory word size and addressing in COA.
I/O Systems
IBM card readers, printers, and tape drives used EBCDIC as their
default encoding.
Hardware controllers had to recognize and convert EBCDIC
automatically.
Compatibility
Once IBM mainframes dominated the market, other vendors had to
build hardware/software compatibility layers to handle EBCDIC
data.
This shaped architecture choices in data exchange and system
interconnect.