Searched refs:asmext (Results 1 – 5 of 5) sorted by relevance
22 sub asmext { '.asm' } subroutine
27 sub asmext { '.ASM' } subroutine
45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() }
869 my $asmext = platform->asmext();905 if ($srcs[0] =~ /\Q${asmext}\E$/) {
1142 my $asmext = platform->asmext();1194 if ($srcs[0] =~ /\Q${asmext}\E$/) {
Completed in 24 milliseconds