Anton Korobeynikov

Results 75 issues of Anton Korobeynikov

These are obviously not available on M1 Macs: ``` Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - libffi==3.4.2=h0d85af4_5 - openssl==3.0.2=h6c3fc93_1 - cctools_osx-64==973.0.1=h2b735b3_10 - clang==13.0.1=h694c41f_0 - xz==5.2.5=haf1e3a3_1 - zstd==1.4.9=h582d3a0_0...

Consider the attached FASTA file. It contains two sequences that match a plasmid from RefSeq at 99% IDY. However, there are classified as virus by viralVerify. Looks strange. [ic5-metaplasmidspades.plasmid.fasta.zip](https://github.com/ablab/viralVerify/files/5545608/ic5-metaplasmidspades.plasmid.fasta.zip)

Hello It seems there are duplicate edges in the produced GFA. What is the purpose of these? E.g. if we'd take `sheepB.hifiasm-meta.a_ctg.gfa.gz` then we'll end with: ``` L s0.ctg000590l +...

From 1.6 ISA spec by @sayon - [x] #453 - [x] #455 - [x] #456 - [x] #457 - [x] #458 - [ ] #441

Spec: - https://matter-labs.github.io/eravm-spec/spec.html#SpAddDefinition - https://matter-labs.github.io/eravm-spec/spec.html#SpSubDefinition

backend: disassembler
backend: direct code emission

I introduced that duplication because I had issues with `OperandAddrMode` as the ColField. As you refactor our `td`s anyway, may I ask if it's hard to get rid of `OperandAM`?...

Currently the object code emitter produces a relocatable ELF file. In order to be run on the VM the object files should undergo the linking process. Overall, for EraVM linking...