Closed rgiot closed 10 months ago
I wrongly opened the source in utf8 instead of windows encoding. The number of edit is minimal and concerns only lines with remu=
this is working fine SYMB or BRKC are not exported without their respective options (and are exported when -ss or -sb are enabled) like documented in the help
Sorry, my mistake. You're right, the chunks are present. I have probably not seen them because of the visual space taken by REMU when I hexdumped my test snapshot. However, it remains weird to have this remu chunk present when not requested
Current version of
rasm
does not respect the-sb
and-ss
arguments. This patch aims at respecting them.Current modification consists at removing the code that forces
remu
. A probable better way, would be to forceremu
if and only if-sb
or-ss
are not provided. Such behavior would be better than the current one (always forced) or the one I suggest in this patch (never forced).Or an alternative is to fully remove these arguments, but I think it would be a bad idea because these chunks are documented and will probably not evolve over time.
Note that I have not checked if there are side effects with this modification