You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)