Updated GCC 2.8.1 Tips and Tricks (markdown)

pixel-stuck 2022-11-27 14:03:31 -05:00
parent 37db63fbc7
commit db6b5edf06
1 changed files with 3 additions and 3 deletions

@ -31,14 +31,14 @@ f32 x;
x / y
```
## break
division only generates break if you divide by a variable rather than a constant
This issue lists the constants/shifts:
https://github.com/NationalSecurityAgency/ghidra/issues/668
e.g. `MULT_HI(x, 0x51EB851F) >> 5` is `x / 10`
## break
division only generates break if you divide by a variable rather than a constant
# Loops
## Negative struct offsets in loops