Extend assembly language with additional integer representations
Aberta
assembly
- Linguagem predominante
- Rust
- Estrelas
- 772
- Forks
- 352
- Merge médio
- 1d 12h
- PRs com merge (30d)
- 93
Descrição
# Feature request
Additional integer representations
Miden supports bitwise operations for the u32 "datatype", these operations are typically used with bitmasks, supporting syntax for it can make the assembly easier to read. E.g.:
```
push.0b11 u32checked_and
```
edit: moved request about constants to its own issue: https://github.com/0xPolygonMiden/miden-vm/issues/634
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.