]> granicus.if.org Git - yasm/commit
First attempt at supporting relative jump instructions. A few hacks, but
authorPeter Johnson <peter@tortall.net>
Wed, 11 Jul 2001 04:07:11 +0000 (04:07 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 11 Jul 2001 04:07:11 +0000 (04:07 -0000)
commitfa5c9d5ea9eea333c97e9dabe43d9188bc45be11
tree9aa5c9b3772840bc5f82d6407345cb9ac54eb70c
parentc0eb4fac3e959324eb3af871353559a09979a814
First attempt at supporting relative jump instructions.  A few hacks, but
seems to work well.
A few other minor fixes/changes as well (noticed when coding).

svn path=/trunk/yasm/; revision=119
19 files changed:
include/bytecode.h
include/errwarn.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/errwarn.c
libyasm/errwarn.h
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/gen_instr.pl
modules/parsers/nasm/nasm-bison.y
src/bison.y.in
src/bytecode.c
src/bytecode.h
src/errwarn.c
src/errwarn.h
src/gen_instr.pl
src/instrs.dat
src/parsers/nasm/bison.y.in
src/parsers/nasm/gen_instr.pl
src/parsers/nasm/nasm-bison.y