Difference between revisions of "Template:BitfieldAddr"
Jump to navigation
Jump to search
Heinermann (talk | contribs) (Created page with "<includeonly>main.dll+{{Dec2Hex|{{#expr:floor({{Hex2Dec|{{{1|}}} }} + floor({{{2|}}} / 32) * 4)}}}} & {{To32Bitmask|{{#expr:{{{2|}}} mod 32}} }}</includeonly><noinclude> {| c...") |
Heinermann (talk | contribs) (fix tag) |
||
Line 8: | Line 8: | ||
| {{BitfieldAddr|B2092C|66}} | | {{BitfieldAddr|B2092C|66}} | ||
|} | |} | ||
</noinclude | </noinclude> |
Revision as of 07:39, 12 July 2025
Example syntax | Example output |
---|---|
{{BitfieldAddr|B2092C|66}} |
main.dll+B20934 & 0x20000000 |