I want to write a small assembly code and call it from Perl :
I look at cpan and find those 2 Perl modules
- https://metacpan.org/pod/Inline::ASM which is very old
- https://metacpan.org/pod/FFI::Platypus::Lang::ASM which mention that it possible to call assembly from perl , i look at the examples but didn't find any example related to assembly code.
any idea how to use FFI::Platypus::Lang::ASM with Perl , an example will be appreciated