summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nick Downing [Mon, 22 Jan 2024 10:28:30 +0000 (21:28 +1100)]
Change expr,type to type:expr, mov rN,r0 to get rN, mov r0,rN to set Rn
Nick Downing [Mon, 22 Jan 2024 10:15:06 +0000 (21:15 +1100)]
Change (s)iXX to intXX, uiXX to uintXX, fXX to floatXX
Nick Downing [Mon, 22 Jan 2024 06:04:34 +0000 (17:04 +1100)]
Initial commit, can parse a test source file but no assembly passes yet