Skip to content
Snippets Groups Projects
Commit e216cd6e authored by Andy Polyakov's avatar Andy Polyakov
Browse files

armv4-mont.pl: addenum to previous commit#19749.

parent 396df731
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@
# than 1/2KB. Windows CE port would be trivial, as it's exclusively
# about decorations, ABI and instruction syntax are identical.
while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
open STDOUT,">$output";
$num="r0"; # starts as num argument, but holds &tp[num-1]
$ap="r1";
$bp="r2"; $bi="r2"; $rp="r2";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment