From: Marius Gavrilescu Date: Sat, 3 Mar 2018 11:58:09 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.003^0 X-Git-Url: http://git.ieval.ro/?p=app-scheme79asm.git;a=commitdiff_plain;h=7d76d131c08bd5eaa82c7c9c3a561166dd586abe Bump version and update Changes --- diff --git a/Changes b/Changes index 455279b..65991ac 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension App::Scheme79asm. +0.003 2018-03-03T11:58+00:00 + - Fix value of T + - Fix treatment of negative addresses + - Add print_binary16 to print memory in binary format + 0.002 2018-02-17T12:21+00:00 - More documentation diff --git a/README b/README index 0eddf78..06c96e1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Scheme79asm version 0.002 +App-Scheme79asm version 0.003 ============================= SIMPLE is a LISP processor defined in the 1979 diff --git a/lib/App/Scheme79asm.pm b/lib/App/Scheme79asm.pm index 3d09b09..19e249c 100644 --- a/lib/App/Scheme79asm.pm +++ b/lib/App/Scheme79asm.pm @@ -8,7 +8,7 @@ use Data::Dumper qw/Dumper/; use Data::SExpression qw/consp scalarp/; use Scalar::Util qw/looks_like_number/; -our $VERSION = '0.002'; +our $VERSION = '0.003'; our %TYPES = ( LIST => 0,