This website requires JavaScript.
Explore
Help
Sign In
omicron
/
oas
Watch
1
Star
0
Fork
0
Code
Issues
7
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
oas
/
src
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
omicron
7cefc3564d
Validate the build / validate-build (push)
Successful in 43s
Details
Implement one immediate label reference operand
...
Also adds opcode data for jmp and call
2025-04-24 14:45:57 +02:00
..
data
Implement one immediate label reference operand
2025-04-24 14:45:57 +02:00
encoder
Implement one immediate label reference operand
2025-04-24 14:45:57 +02:00
parser
Fix parse_memory_expression to use parse_label_reference
2025-04-17 23:28:44 +02:00
ast.c
Remove unused ast_node_free_value
2025-04-17 15:10:36 +02:00
ast.h
Add more values to the ast to facilitate encoding
2025-04-23 15:57:04 +02:00
bytes.c
Add bytes type and tests
2025-04-16 23:10:09 +02:00
bytes.h
Add bytes type and tests
2025-04-16 23:10:09 +02:00
error.c
Clean up error definitions, location and expose them in the headers
2025-04-05 01:37:04 +02:00
error.h
Clean up error definitions, location and expose them in the headers
2025-04-05 01:37:04 +02:00
lexer.c
Change the n argument of lexer_shift_buffer to size_t from int
2025-04-17 15:12:56 +02:00
lexer.h
Rename lexer errors
2025-04-05 01:37:04 +02:00
main.c
Add more values to the ast to facilitate encoding
2025-04-23 15:57:04 +02:00
tokenlist.c
Fix grammar not being able to disambiguate some instructions
2025-04-16 12:34:44 +02:00
tokenlist.h
Add functions to skip over trivia in a tokenlist
2025-04-02 11:59:24 +02:00