for reference of the assembly language see this link
I don't understand what the command
LD.BU d15,[a15]0x0
exactly does.... here a specific example:
##What the registers contain BEFORE execution##
D15 0xD0000894
A15 0xD0000894
##What the registers contain AFTER execution##
D15 0x000000DC
A15 0xD0000894
Can anyone shortly explain me this?