Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | oasm: emit: Handle increment/decrement operations | Ian Moffett | |
Implement the initial encoding logic for INC/DEC instructions. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2 days | oasm: emit: Fix typo | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2 days | oasm: emit: Don't use TAILQ_FOREACH for processing | Ian Moffett | |
In order to have more control over the flow at which we grab the next tokens, we should roll our own loop by hand using TAILQ_FIRST() and TAILQ_NEXT() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | oasm: Add initial codegen emit sources | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |