]> git.sur5r.net Git - cc65/commit
Add support for computed gotos
authorLauri Kasanen <cand@gmx.com>
Tue, 9 Apr 2019 12:49:52 +0000 (15:49 +0300)
committergreg-king5 <greg.king5@verizon.net>
Sun, 21 Apr 2019 16:46:03 +0000 (12:46 -0400)
commit3b3b16ee9c2632a8feae56cb990f72893d9aea14
treed0c645ab308bc469121ce415227ae2f2866c05e6
parentc2220f3c3055aa1187b1876d0cee75509079da4d
Add support for computed gotos

This is a GCC extension that allows C to use fast jump tables.
src/cc65/expr.c
src/cc65/goto.c
src/cc65/symentry.h
src/cc65/symtab.c
test/val/computedgoto.c [new file with mode: 0644]