Name

Results 18 comments of Name

@zRedShift Is the ".byte 0x00, 0x30, 0x00" sequence an inline assembly instruction specified as a sequence of bytes, serving as a workaround when the desired assembly instruction isn't supported by...

There is a nice crate that does the '.byte' encoding for the RISC-V V extension instructions - https://github.com/cryptape/rvv-encoder. It would be exciting to have something similar for the Xtensa extension...

Yes, probably the easiest thing for now will be to just link in the ```.S``` files. I think with the ```rur.*/wsr.*``` it will be similar to the other instructions. I...

Ok, it looks to me like there is enough incentive and brainpower to tackle the ESP+Rust+DSP challenge. How are we going to coordinate this? Who does what?

**Update:** nodeos --version - 1.5.x // Segmentation fault nodeos --version - 1.4.5 // working well

Thank you. Can reproduce it. Additional note: the chain_plugin must be defined BEFORE the zmq_plugin on the command line.

.. I think I know the reason - the block explorers are automatically converting the timestamps to my timezone (browser settings). This is confusing. EOS blockchain is UTC! You can...