What are pseudoassembly instructions and what are they used
What are pseudo-assembly instructions and what are they used for?
Solution
pseudo instruction :
they are the special commands in the assemly language which gives commands to the
assembler about the location of the program .(it means that the where the program should be assembled at)
the program can be assembled at
1)the module name
2)declartion of data
3)the title of the program
4)macros defnitions
they doesnt produces excutable code unless a machine instruction is used
they used for
1)they copy the content from one register to another register
2)they load in to register
3)they load address into register
4)they can load 32 bit offset word in to memory
