Package CPU.instructions.ASL


package CPU.instructions.ASL
The ASL istructions.
  • Classes
    Class
    Description
    The ASL instruction where data to be shifted is in a data reg and the shift count is immediate.
    The ASL instruction where data to be shifted is in memory.
    The ASL instruction where data to be shifted is in a data reg and the shift count is in another data reg.