Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Our discussion of SIC/XE Format 4 instructions specified that the 20-bit address field should contain the actual target address, and that addressing mode bits b
Our discussion of SIC/XE Format 4 instructions specified that the 20-bit "address" field should contain the actual target address, and that addressing mode bits b and p should be set to 0 . (That is, the instruction should contain a direct address-it should not use base relative or program-counter relative addressing.) However, it would be possible to use program-counter relative addressing with Format 4. In that case, the "address" field would actually contain a displacement, and bit p would be set to 1. For example, the instruction on line 15 in Fig. 2.6 could be assembled as 0006 CLOOP +JSUB RDREC 4B30102C (using program-counter relative addressing with displacement 102C). What would be the advantages (if any) of assembling Format 4 instructions in this way? What would be the disadvantages (if any)? Are there any situations in which it would not be possible to assemble a Format 4 instruction using program-counter relative addressing
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started