Displaying 4 results from an estimated 4 matches for "register1".
Did you mean:
register
2013 Mar 09
1
[LLVMdev] Code morphing pass
...lternative blocks shold be stored in a configuration file or something
that can be easily changed.
My original idea was to use an XML to store the alternatives using a
lisp like language. For example:
<xor>
<alternative>(xor r1 r2)</alternative>
<alternative>
(and (or register1 register2) (not (and register1 register2)))
</alternative>
</xor>
Parsing the string inside the alternative blocks I should be able to
build basic blocks that contain a sequence of instruction semantically
equivalent to the original one. And here is my question :)
Is there any way of...
2015 Jul 20
1
apcsmart: doesn't detect missing battery on Smart-UPS 2200 RM
...werchute correctly reports the missing battery. The front panel displays 0% charge and change battery is flashing.
The Smart Protocol commands B (Battery voltage) and f (Battery level) report false values of 55.35V and 100%.
The missing battery might be indicated by register values:
Register0: 00
Register1: 20
Register2: 00
Register1 indicates: Command sent to stop bypass with no battery connected - UPS still in bypass
All register values are 00 on an identical UPS with a connected battery."
--
Charles Lepple
clepple at gmail
2013 Mar 09
0
[LLVMdev] Code morphing pass.
...lternative blocks shold be stored in a configuration file or something
that can be easily changed.
My original idea was to use an XML to store the alternatives using a
lisp like language. For example:
<xor>
<alternative>(xor r1 r2)</alternative>
<alternative>
(and (or register1 register2) (not (and register1 register2)))
</alternative>
</xor>
Parsing the string inside the alternative blocks I should be able to
build basic blocks that contain a sequence of instruction semantically
equivalent to the original one. And here is my question :)
Is there any way of...
2011 Feb 02
0
regarding sip.conf and extensions.conf
Hi all,
My experiment scenario is like this:
SIPp Uac -----------------------------> ASTERISK
SERVER---------------------------------->SIPp uas
1. when i had registered bob with this command ./sipp -sf
register_client.xml -inf register1.csv -i 192.168.1.6:5060 192.168.1.6 -p
5061 -m 10000 it has registered....
If i want to register another client alice with same command but with few
changes in port number ...etc..... The first registered client is erased and
showing second one when i have checked with sip show peers and sip show...