Alek Ratzloff 90155b0cb3 Add alignment syntax, datasection pos/line iterator, disassembler
* Interrupts require functions being aligned on 64-bit boundaries.
  Alignment is now allowed via the .align <intsize> directive, aligning
  the current address to a new alignment.
* Datasection iteration doesn't require keeping track of the current
  position.
* Rudimentary disassembler for breaking down the contents of an object

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-07 18:01:31 -05:00
2020-02-26 10:19:26 -05:00
2020-01-25 19:17:39 -05:00
2020-03-03 19:33:55 -05:00
2020-03-03 19:05:50 -05:00
Description
No description provided
1.9 MiB
Languages
Rust 85.9%
Assembly 5.9%
Yacc 5.4%
Roff 2.4%
Shell 0.4%