Re: HP-41 MCode Assembler/Linker 32-bit version Message #15 Posted by MichaelG on 21 Jan 2012, 3:21 a.m., in response to message #8 by Frido Bohn
Good news the disassembler is running fine. Again there are some slight changes all documented in the PDF:
1) As with the A41 and D41 you need to include the file extension for all input files.
2) Trailing NOPs are omitted
3) You can create both a pure source file or a list file that contains the object code as well as the mnemonics (same format as the list file created by the assemble).
To be consistent I change the format of the options of the tools once again. There are few options that need more data. Option and data are now separated by a colon. Its about these option: D41: /l:file.lbl, /p:9
A41: /a:<xx>
I am sure that makes the options a bit more readable - for humans :-)
The link to the tools is still the same:
download.michael-goericke.de/SDK41R6.1-32v1.zip
Michael
|