Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
I have edited the code adding and committed it , but strangely, I’ve found out that the `change_player` label isn’t changing anything, in fact it looks like that my entire code is not modifying the variables of the section data.
“`
change_player:
mov si, player
xor byte[si], 1
ret “`
Does not change the variable player, the value is always **0**
CONTRIBUTE TO THIS THREAD