viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-m


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-manipulation-instructions updated. v0.9.0-108-g373fddb
Date: Sun, 16 Jul 2017 21:18:02 +0200 (CEST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, issue/177/5534fb2a/implement-bit-manipulation-instructions has been 
updated
       via  373fddb713c44b839be61f540ed2cffbad71748b (commit)
      from  163b3aba62206f5d57ae083c14b953521dec8307 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 373fddb713c44b839be61f540ed2cffbad71748b
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 21:17:59 2017 +0200

    Add tests for "bitat", "bitset", "shl", and "shr" instructions

-----------------------------------------------------------------------

Summary of changes:
 sample/asm/bits/manipulation/{ror.asm => bitat.asm}       |  8 ++++----
 sample/asm/bits/manipulation/{literals.asm => bitset.asm} | 12 ++++++------
 sample/asm/bits/manipulation/{ror.asm => shl.asm}         |  8 +++-----
 sample/asm/bits/manipulation/{ror.asm => shr.asm}         |  8 +++-----
 tests/tests.py                                            | 12 ++++++++++++
 5 files changed, 28 insertions(+), 20 deletions(-)
 copy sample/asm/bits/manipulation/{ror.asm => bitat.asm} (81%)
 copy sample/asm/bits/manipulation/{literals.asm => bitset.asm} (80%)
 copy sample/asm/bits/manipulation/{ror.asm => shl.asm} (85%)
 copy sample/asm/bits/manipulation/{ror.asm => shr.asm} (85%)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]