Skip to content

LSB instead of MSB used in description for "Hardware Interrupt Mode 2" #45

@ttahsin-bey

Description

@ttahsin-bey

Description states "... we assign the LSB of the vector table address to I register.".

The referencing code (which is correct) is loading A with the MSB instead:

	LD A, InterruptVectorTable >> 8
	LD I, A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugTo be fixed asap

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions