RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

Fix `MultipleLoadStore` ASM #190

Open AlessioC31 opened 1 year ago

AlessioC31 commented 1 year ago

Now we have {R0, R1, } in the register list (I mean at the end we would have an additional comma).

Also, to be consistent with the datasheet we should use - to separate registers.

_Originally posted by @AlessioC31 in https://github.com/RIP-Comm/clementine/pull/189#discussion_r1194734240_