summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-18yeh only chr consts fnandromeda
2026-03-17add rough char/str parsingandromeda
2026-03-15add binaryandromeda
2026-03-15add octalandromeda
2026-03-15remove dead linesandromeda
2026-03-15evaluate constants as long as they are hex in the form 0xandromeda
2026-03-13get token id of operatorsandromeda
2026-03-12some major architecture changesandromeda
2026-03-12remove dead linesandromeda
2026-03-12remove disk again, oops x(andromeda
2026-03-12add warn print, clean up a littleandromeda
2026-03-12increase/fix warningsandromeda
2026-03-12remove unused codeandromeda
2026-03-12add print.* modesandromeda
2026-03-11add get_ModRMandromeda
2026-03-10add get_reg_bits and test, streamline ModRM calculations, correct opcodes, ↵andromeda
fix typos...
2026-03-10add get_opcode and its test, fix a couple bugs + semantics thingsandromeda
2026-03-09add get_direct_addressing_ModRM and test_*, fix a couple bugs/typos, add ↵andromeda
'reg value' as register metadata
2026-03-09fix some bugs, work on assemblerandromeda
2026-03-09work on metadata system, put tests in seperate fileandromeda
2026-03-08clear up internal data structures, add to READMEandromeda
2026-03-08add resources to READMEandromeda
2026-03-08add resources to READMEandromeda
2026-03-08parse brackets, improve docsandromeda
2026-03-08remove line feed characters xDandromeda
2026-03-08change token table entries, remove temporary file :shame:andromeda
2026-03-08clarify readmeandromeda
2026-03-08get tokenising working a bit :p also some fixes and semanticsandromeda
2026-03-07add some tokens, length1 token supportandromeda
2026-03-07little optimisation, add single-token parsing functionandromeda
2026-03-07encode register tokensandromeda
2026-03-07clear tablesandromeda
2026-03-07design token workandromeda
2026-03-07add elemb, improve token checkingandromeda
2026-03-06load 16 sectors instead of 1andromeda
2026-03-06clarify docandromeda
2026-03-06reformat, add copy_token and test, fix bugandromeda
2026-03-06change rdmeandromeda
2026-03-06merge new changesandromeda
2026-03-06bunch of stuff idekandromeda
2026-03-06reorganiseandromeda
2026-03-05remove redundant compile flagandromeda
2026-03-05copy libs alsoandromeda
2026-03-05change dev env, format rustandromeda
2026-03-05add footerandromeda
2026-03-05add CHANGELOG.mdHEADmasterandromeda
2026-03-05add kernel stuff, idt, welcome messageandromeda
2026-03-04use long mode, x86_64-unknown-none works nowandromeda
2026-03-03add rust kernel stubandromeda
2026-03-03reorganiseandromeda