The ability to load an address in assembler is a powerful tool. Working with an object from a distance (Load Address) rather than directly (Load) gives us the power of pointers and opens up the possibility of creating data structures. LA, an RX instruction, was the traditional instruction for working with addresses. LAY, an RXY-a instruction, offers some advantages over LA that you should consider. Read about the differences in these instructions here.
Why you should be using LAY
Categories:
Related Posts
VisibleZ Available for DownloadVisibleZ Available for Download
The link for downloading VisibleZ is working again. You will get the VisibleZ jar file and a Codes directory that ...
Techniques for Converting From Binary to Packed-DecimalTechniques for Converting From Binary to Packed-Decimal
If you are generating a binary result in a register and converting the result back to packed-decimal, you need to ...
Debugging an S0C4Debugging an S0C4
I Just finished turning in grades for the latest semester, and now I have a bit more time for adding ...
