Module:Instruction set table builder: Difference between revisions

Reduced font size for instruction table to shrink table width
(Added anchor links)
(Reduced font size for instruction table to shrink table width)
 
(2 intermediate revisions by the same user not shown)
Line 29:
str = str:gsub("rs", "r<sub>s</sub>")
str = str:gsub("rt", "r<sub>t</sub>")
str = str:gsub("r'd", "rd")
str = str:gsub("r't", "rt")
str = str:gsub("r's", "rs")
return str
Line 66 ⟶ 70:
function p.set( frame )
local args = getArgs(frame)
local s = "{| class=\"wikitable\" style=\"text-align: center; font-size: 9085%;\"\n! Mnemonic !! Description !! 32-bit Instruction Word\n"
local arr = {}