Module:Instruction set table builder: Difference between revisions

Reduced font size for instruction table to shrink table width
(Added way to escape 'rd' being formatted by mistake)
(Reduced font size for instruction table to shrink table width)
 
(One intermediate revision by the same user not shown)
Line 31:
str = str:gsub("r'd", "rd")
str = str:gsub("r't", "rt")
str = str:gsub("r's", "rs")
return str
Line 68 ⟶ 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 = {}