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