X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.pl;h=158b70e95d43d5c4698721643c2ace2bf89a6d58;hb=b393317684507c7bb347175a34396f91fb09d38c;hp=6fed2f8896ce3d6c3675ad282c93a89da7ab8366;hpb=8903cb82b09fb34870c757f52ce481b09be4b606;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.pl b/opcode.pl index 6fed2f8..158b70e 100755 --- a/opcode.pl +++ b/opcode.pl @@ -326,9 +326,11 @@ exp exp ck_fun fstu S? log log ck_fun fstu S? sqrt sqrt ck_fun fstu S? +# Lowbrow math. + int int ck_fun fstu S? -hex hex ck_fun istu S? -oct oct ck_fun istu S? +hex hex ck_fun fstu S? +oct oct ck_fun fstu S? abs abs ck_fun fstu S? # String stuff.