summaryrefslogtreecommitdiff
path: root/tools/python-yasm/tests/test_bytecode.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
| | | | These are useless now that we're using git.
* Remove yasm_immval, moving remaining unique information (sign flag) intoPeter Johnson2007-01-211-8/+1
| | | | | | yasm_value. svn path=/trunk/yasm/; revision=1740
* Rework yasm.Expression to accept strings like '+' to indicate operation.Michael Urman2006-05-071-0/+11
Add tests for yasm.Expression and new yasm.ImmVal. svn path=/trunk/yasm/; revision=1527