]> git.sur5r.net Git - cc65/commit
Added builtin .min() and .max() pseudo functions to the assembler.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Feb 2010 18:54:08 +0000 (18:54 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Feb 2010 18:54:08 +0000 (18:54 +0000)
commit61b69316c5adaeecc7c35bfb3892c580c17db8cb
tree5854adda89115dbbcb7a1dcd4345fff5da25621a
parentc72cf887236738ec7217ead54f17ab63a5ce9ee0
Added builtin .min() and .max() pseudo functions to the assembler.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4583 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/ca65.sgml
src/ca65/expr.c
src/ca65/pseudo.c
src/ca65/scanner.c
src/ca65/studyexpr.c
src/ca65/token.h
src/common/exprdefs.c
src/common/exprdefs.h
src/common/objdefs.h
src/ld65/expr.c