×

Branch table

In computer programming, a branch table or jump table is a method of transferring program control to another part of a program using a table of branch or jump instructions. It is a form of multiway branch. Wikipedia