Added New regs.pl, and associated modules
commit5e5de8283ce76f3490563ba17850daa8bf602a4f
authorBrad Gilbert <b2gills@gmail.com>
Sun, 12 Apr 2009 19:52:51 +0000 (12 14:52 -0500)
committerBrad Gilbert <b2gills@gmail.com>
Sun, 12 Apr 2009 19:52:51 +0000 (12 14:52 -0500)
tree80ae67d001a3fc323c17e592196531c400b52caf
parentbb2e823935bf408f8d7fd29a8800d580b1728d17
Added New regs.pl, and associated modules
23 files changed:
perl/README
perl/lib/Nasm/Regs.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/C.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/DC.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/DH.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/FC.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/H.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/ORDER.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/VC.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Format/YAML.pm [new file with mode: 0644]
perl/lib/Nasm/Regs/Register.pm [new file with mode: 0644]
perl/lib/Nasm/Utils.pm [new file with mode: 0644]
perl/lib/Nasm/crc64.pm [moved from perl/lib/nasm/crc64.pm with 100% similarity]
perl/lib/Nasm/insns.pm [new file with mode: 0644]
perl/lib/Nasm/insns/Flags.pm [new file with mode: 0644]
perl/lib/Nasm/insns/Operands.pm [new file with mode: 0644]
perl/regs.pl [new file with mode: 0755]
perl/t/regs/basic.t [new file with mode: 0644]
perl/t/regs/list.t [new file with mode: 0644]
perl/t/regs/order.t [new file with mode: 0644]
perl/t/version/dump.t
perl/t/version/input.pm [moved from perl/t/version/input.yml with 51% similarity]