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) (prefix with 0x) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>0x{{Dec2Hex|{{#expr:floor({{Hex2Dec|{{{1|}}} }} + floor({{{2|}}} / 32) * 4)}}}} & {{To32Bitmask|{{#expr:{{{2|}}} mod 32}} }}</includeonly><noinclude> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 8: | Line 8: | ||
| {{BitfieldAddr|B2092C|66}} | | {{BitfieldAddr|B2092C|66}} | ||
|} | |} | ||
</noinclude | </noinclude> |
Latest revision as of 07:40, 12 July 2025
Example syntax | Example output |
---|---|
{{BitfieldAddr|B2092C|66}} |
0xB20934 & 0x20000000 |