jacky_ying Beginner
Joined: 25 Jul 2004 Posts: 46 Topics: 20
|
Posted: Sat Aug 12, 2006 5:58 pm Post subject: difference between A-type and V-type address constant |
|
|
Hi,everyone,I am new to ASM,I am confused about some concepts,Can you please clearify it for me,thanks
1. What is the exact different between A-type address constant and V-type address constant except below
a). A-type address constant can be relocatable address or absoluted address, V-type addess constant must be relocatable address
b).the length of V-type address constant must be 4 byte,can't be changed, on the other hand, we can define the length of A-type address constant if it is absoluted address(if not,may be get a warning)
so, all V-type address constant in programs can be replace by A-type address constant plus EXTRN,right?
2.Can you explain 'storage protect key' and 'PSW key' and how does it work? or suggest me a suitable books? |
|