Skip to content

Version 0.5

Compare
Choose a tag to compare
@Rhialto Rhialto released this 24 Mar 22:43
· 132 commits to master since this release
  • Fixed bug with checking addressing mode for JSR and bugs with .REPT 0, unneeded relocation on pc-relative mode.
  • Very simple .LIST and .NLIST implementation.
  • Add ^pl and ^ph expressions from 2.11BSD's m11.
  • Object-ified macro libraries with an eye to support the .sml files from 2.11BSD's m11. But since the given file does not just contain .MACROs (it even contains conditionals) I'm not sure how it is supposed to work.
  • Added 2.11BSD/m11 as test files. To make this reasonable, a few small features they use have been recognized and ignored.
  • Add -rsx and -rt11 to switch object file format (from Kevin Handy)
  • Add obj2bin from https://github.com/AK6DN/obj2bin.git