Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Account for cpu cycles that occur when entering an exception #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 18, 2017

  1. Account for cpu cycles that occur when entering an exception

    I wasnt able to find any docs that indicate how many cpu cycles it takes
    to enter an exception.  I ended up going with 10, which is how many it
    takes to leave an exception (reti).  However I suspect entering an
    exception is really going to be a few more then that.
    
    The added cpu cycles are applied to the first instruction executed in
    the exception.
    jwestfall69 committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    f7c5ff9 View commit details
    Browse the repository at this point in the history