Closed hansbonini closed 3 years ago
Hi hansbonini,
Right now bass can't handle register lists in the form that many 68k assemblers use without a modification to the assembler itself. I do allow the movem opcodes to use the raw data for these register lists in the opcodes currently, & I think you could make a giant include file with constants to any required register lists to work with these opcodes data fields as they work currently. (You can check the MegaDrive & Neo-Geo test files to see how the movem opcodes take data instead of register lists).
Thanks for clarify! I'll work on something to improve this... ok?
Hi hansbonini, Yep of course you can try, but I feel you will find it harder than you 1st thought! Good luck anyway ;)
Hi. This kind of feature is not 'sane' to be done with our current table parser since its includes alot of logik on the construction end of that process. You could (and should) do an custom parser class (see v15 or v17 brach) that will handle this case in a native way.
Allow pass register list in MOVEM instruction. Like: