This website requires JavaScript.
Explore
Help
Register
Sign in
uefi-ref
/
yasm
Watch
1
Star
0
Fork
You've already forked yasm
0
mirror of
https://github.com/yasm/yasm
synced
2026-08-26 22:26:05 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a1f4c99e94
yasm
/
tools
/
python-yasm
/
tests
/
test_bytecode.py
5 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Rework yasm.Expression to accept strings like '+' to indicate operation. Add tests for yasm.Expression and new yasm.ImmVal. svn path=/trunk/yasm/; revision=1527
2006-05-07 16:41:16 +00:00
# $Id$
from
tests
import
TestCase
,
add
Remove yasm_immval, moving remaining unique information (sign flag) into yasm_value. svn path=/trunk/yasm/; revision=1740
2007-01-21 22:01:34 +00:00
from
yasm
import
Bytecode
,
Expression
Rework yasm.Expression to accept strings like '+' to indicate operation. Add tests for yasm.Expression and new yasm.ImmVal. svn path=/trunk/yasm/; revision=1527
2006-05-07 16:41:16 +00:00
Reference in a new issue
Copy permalink