Skip to content

Commit

Permalink
Add $ to the register
Browse files Browse the repository at this point in the history
  • Loading branch information
atrodo committed Jun 28, 2011
1 parent f9ff27f commit 5f03cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototype_pbc2lasm.pl
Expand Up @@ -104,7 +104,7 @@
{
# Reserve register 0-9 for the ops themselves
my $num = $2 + 10;
$arg = "$1$num";
$arg = "\$$1$num";
}

$copy =~ s/\$O [INSP] $arg_cnt /$arg/xms;
Expand Down

0 comments on commit 5f03cc5

Please sign in to comment.