13 package Nasm
::Regs
::Format
;
17 #our @list = qw'h c fc vc dc dh';
21 Returns regs info in a given format
29 my $package = __PACKAGE__
.'::'.uc($fmt);
30 eval "require $package;";
33 die qq[Failed to load format
"$fmt"\n];
39 $return = *{$package.'::_format'}{CODE
}->($regs);
42 die qq[Problem with format plugin
"$fmt":\n\t$@
];