Closed a1k0n closed 12 years ago
Try the following program:
set j, 0x8000 set b, 0x9000 sti [j], b sti [j], b
After the first STI, b is incorrectly set to 0. I and J are correctly incremented though.
added a pull request; this is redundant now
Try the following program:
After the first STI, b is incorrectly set to 0. I and J are correctly incremented though.