ibuki420

Results 5 issues of ibuki420

### Describe the bug ```v module main struct Instr { mut: a int b int } fn main() { mut map1 := map[string][]&Instr instr := &Instr{a:1,b:2} arr := [ instr...

Bug

`know` -> `known`

### Describe the feature The .align directive causes the next data generated to be aligned modulo integer bytes. Integer must be a positive integer expression and must be a power...

Feature Request

### Describe the feature Declares the type of symbol ```as .type main, @function .global main main: retq ``` ### Use Case ... ### Proposed Solution ... ### Other Information ......

Feature Request

## Background Currently, the x86-64 assembler implements instruction encoding through individual functions and hardcoded values. This approach makes the code harder to maintain and less efficient. Adding encoding tables would...

Feature Request