Module:Instruction set table builder: Difference between revisions

m
Actually fixed formatting, I think
(Changed to <sub> tags instead of template, and fixed incorrect formatting.)
m (Actually fixed formatting, I think)
Line 24:
 
function formatMnemonic(str)
str = str:gsub("rd &nbsp;", "r<sub>d</sub> &nbsp;")
str = str:gsub("rs", "r<sub>s</sub>")
str = str:gsub("rt", "r<sub>t</sub>")