7 package Nasm
::Regs
::Format
;
11 #our @list = qw'h c fc vc dc dh';
22 my $package = __PACKAGE__
.'::'.uc($fmt);
23 eval "require $package;";
26 die qq[Failed to load format
"$fmt"\n];
32 $return = *{$package.'::_format'}{CODE
}->($regs);
35 die qq[Problem with format plugin
"$fmt":\n\t$@
];