Bump version and update Changes 0.003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 3 Mar 2018 11:58:09 +0000 (11:58 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 3 Mar 2018 11:58:09 +0000 (11:58 +0000)
Changes
README
lib/App/Scheme79asm.pm

diff --git a/Changes b/Changes
index 455279b59874578abd508e73d57a3d1960fd149f..65991ac31f4b0edbbc3e38a99651e76e62d7cd3c 100644 (file)
--- 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 0eddf78039c69fc8d7ef9192d2343e965eaf47b6..06c96e19db58f4602274e9447af062e4f3d0abeb 100644 (file)
--- 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
index 3d09b09cf09b1d77adeb1de394136b6ebd0c0732..19e249c88cc74becdaf00795bd9ef59ce9cb0ae1 100644 (file)
@@ -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,
This page took 0.012223 seconds and 4 git commands to generate.