-
With bsv.js (legacy 1.x version) we can define script flags when signing a transaction.
e.g.:
bsv.Interp.SCRIPT_ENABLE_MAGNETIC_OPCODES | bsv.Interp.SCRIPT_ENABLE_MONOLITH_OPCODES |
bsv.Interp.S…
-
It seems like it’d be straightforward to add opcodes for program memory load/store, and therefore allow the program memory to be writable. That could enable use of a Lisp implementation of the compile…
-
A script may be built using custom extensions #71 or opcodes defined in run-time (see [$Opcode](https://docs.sannybuilder.com/coding/directives#usdopcode)). Decompiling this script is impossible witho…
-
**Describe the bug**
```
2021/12/02 22:06:42 ***** Minimum profit ratio was met, proceeding to payment! *****
2021/12/02 22:06:42
2021/12/02 22:06:42 Best path was -> USDC -> BTC -> with return…
-
Hi,
Can't decompile sm 1.10 files.
it doesn't recognize opcodes and cause output like this:
/* ERROR PREPROCESSING! Unrecognized opcode: shl_c_pri */
function "funcname" (number x)
can you …
-
I tried this code:
```rust
pub fn foo(x: usize) -> usize {
core::arch::riscv64::clrs8(x)
}
```
I expected to see this happen: it should compile
Instead, this happened: LLVM codegen rejects th…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x629c958c70e31f1d657cd004841d47d952d5365345756c1559ac94514dffe875
**Severity:** low
**Description:**
## Description
…
-
The python bytecode evaluator churns too fast, adding and removing opcodes between minor releases. While the pseudops layer of indirection worked for a while, it's too much to keep up with.
Therefo…
-
| | |
| --- | --- |
| Bugzilla Link | [51720](https://llvm.org/bz51720) |
| Version | trunk |
| OS | Windows NT |
| CC | @perlfu,@dstutt |
## Extended Description
According with AMD documentation,…
-
I'm trying to build the ableton-link opcode with MSVC (Visual Studio 2022).I've turned off all the other opcodes.
When I build the Debug configuration I get link errors because of the --Wno-multichar…