c64ref icon indicating copy to clipboard operation
c64ref copied to clipboard

Also show "real" address (i.e. vector destination)

Open Kroc opened this issue 4 years ago • 1 comments

In addition to the API address (the jump-table), could you also list the real address too, i.e. where the jump-table jumps to. For example, see: https://sta.c64.org/cbm64krnfunc.html This is useful for skipping a layer of indirection and improving speed, where desirable.

Kroc avatar Jun 27 '20 12:06 Kroc

Also, knowing the real address of a KERNAL function is necessary when you want to specifically avoid the user-vectors, e.g. debugging

Kroc avatar Jun 27 '20 18:06 Kroc