vas icon indicating copy to clipboard operation
vas copied to clipboard

x86-64 Assembler written in V

Results 3 vas issues
Sort by recently updated
recently updated
newest added

### 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