Nv2a-vsh

Latest version: v0.1.1

Safety actively analyzes 622448 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.1

Fixes an issue where paired ILU instructions were allowed to target temp registers other than R1.
On hardware the temp register index is ignored if the ILU operates in paired mode, it will write to R1 regardless of the encoded index.

**Full Changelog**: https://github.com/abaire/nv2a_vsh_asm/compare/v0.1.0...v0.1.1

0.1.0

Fails assembly on parser errors.

**Full Changelog**: https://github.com/abaire/nv2a_vsh_asm/compare/v0.0.9...v0.1.0

v0.1.0-test
Fails assembly entirely if there are errors during parsing.

**Full Changelog**: https://github.com/abaire/nv2a_vsh_asm/compare/v0.0.9...v0.1.0-test

0.0.9

Disallows reads from more than one C register (which previously was silently converted to read from the last C register both times)

0.0.8

Adds support for writes to the 'constant' (c[0]...) registers.

0.0.7

What's Changed
* Adds support for double-out instructions. by abaire in https://github.com/abaire/nv2a_vsh_asm/pull/11


**Full Changelog**: https://github.com/abaire/nv2a_vsh_asm/compare/v0.0.6...v0.0.7

v0.0.7-test
What's Changed
* Adds support for double-out instructions. by abaire in https://github.com/abaire/nv2a_vsh_asm/pull/11


**Full Changelog**: https://github.com/abaire/nv2a_vsh_asm/compare/v0.0.6...v0.0.7-test

0.0.6

Adds support for the `R12` alias of `oPos`.
Exposes lower level assemble/disassemble functionality for use in [nv2a_vsh_debug](https://github.com/abaire/nv2a_vsh_debug).
Exposes partial disassembly of instructions for use in [nv2a_vsh_debug](https://github.com/abaire/nv2a_vsh_debug).

v0.0.6-test
Adds support for `R12` `oPos` alias.
Exposes lower level assemble/disassemble functionality for use in nv2a_vsh_debug.
Exposes partial disassembly of instructions for use in nv2a_vsh_debug.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.