VAX Architecture Last Updated : 22 Mar, 2022 Comments Improve Suggest changes Like Article Like Report VAX Architecture was designed to increase the compatibility by improving the hardware of the earlier designed machines. As VAX architecture is an example of the CISC (Complex Instruction Set Computers) therefore there are large and complicated instruction sets used in the system. Memory: VAX architecture consists of 8- bit bytes memory. Two consecutive bytes form a word, four bytes form a longword, eight bytes form a quadword, sixteen bytes form an octaword. All VAX programs operates on Virtual Address Space (232 bytes). The Virtual Address Space is divided into two spaces:System SpaceProcess SpaceRegisters: VAX architecture have 16 general-purpose registers from R0 to R15. Some of these registers have special name and use. AP - Argument Pointer FP - Frame Pointer SP - Stack Pointer PC - Program Counter Data Formats:Integers are stored as Binary numbers in byte, word, longword, quadword or octaword.Characters are represented using 8-bit ASCII codes.Floating points are represented using four different floating-point formats of length ranging from 4 to 16 bytes.Instruction Formats: VAX machine architecture use a variable-length instruction format. Each instruction consists of an operand code (1 or 2 bytes) followed by up to six operand specifier, depending on the type of instruction.Addressing Modes: VAX architecture use a large number of addressing modes. There are number of modes available such as register mode, register deferred mode, autoincrement and autodecrement mode. There are also base relative addressing modes, with displacement fields of different lengths. Program counter relative mode is also used to deal with PC register.Instruction Set: In VAX systems instruction mnemonics are formed by combining following elements:Prefix: A Prefix specifies the type of operation.Suffix: A Suffix specifies the data type of the operands.Modifier: A modifier specifies the number of operand involved.Input and Output: I/O device controller are used to implement I/O on VAX architecture. Each controller has a set of control/status. The portion of the space into which the device controller register are mapped is called I/O space. Comment More infoAdvertise with us Next Article VAX Architecture S SakshiBhakhra Follow Improve Article Tags : Computer Organization & Architecture Similar Reads VKR and VNB Engineering College Campus Experience About the campus:The VKR and VNB Engineering College is quite impressive. Itâs divided into wings representing various disciplines and branches. The facilities include modern classrooms, high-tech laboratories, an amphitheater with large seating, a sports wing, a huge library, a recreation room, a p 2 min read Vyavasayi Vidya Pratishthan (VVP) Engineering College Campus Experience Infrastructure: It boasts a modern and impressive infrastructure designed to provide students with a conducive and enriching learning environment. The campus is spread across 33 acres. The buildings are architecturally stunning, blending contemporary design with a touch of greenery. The campus is eq 3 min read Virtualization Architecture in System Design The framework and techniques used to create and manage virtual instances of computer resources, such as hardware platforms, operating systems, storage devices, and network resources, are called virtualization architecture in system design. It makes it possible for several virtualized instances to op 11 min read Types of Virtual Organization Virtual Organization is a flexible network of separate entities which forms a collaboration by connecting companies, institutions or individuals delivering a product or service on the basis of a common business perception. In virtual organization, there is no need of the people to come together at s 5 min read What is Virtual Storage Area Network (VSAN) ? VSAN (Virtual Storage Area Network) is a storage solution that is used to create and manage storage for virtual machines. It is intended for usage in scenarios that leverage cloud computing, especially with virtualized infrastructure like VMware vSphere. Centralized storage management is offered by 4 min read Like