X-Git-Url: http://git.ieval.ro/?p=app-scheme79asm.git;a=blobdiff_plain;f=lib%2FApp%2FScheme79asm.pm;h=9b82af6b48acc40233c010736fc9c17f430fed57;hp=19e249c88cc74becdaf00795bd9ef59ce9cb0ae1;hb=3fff77b7cc8fa849a4c3157608c6a2bffe1eb557;hpb=7d76d131c08bd5eaa82c7c9c3a561166dd586abe diff --git a/lib/App/Scheme79asm.pm b/lib/App/Scheme79asm.pm index 19e249c..9b82af6 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.003'; +our $VERSION = '0.004'; our %TYPES = ( LIST => 0, @@ -315,6 +315,13 @@ Parse a sequence of S-expressions and lay it out in memory. Can be called multiple times to lay out multiple sequences of S-expressions one after another. +=item $asm->B(I<$sexp>) + +Given an already-parsed sexp (meaning a +L object), lay it out in memory. +Can be called multiple times to lay out multiple sequences of +S-expressions one after another. + =item $asm->B Move the last pointer to position 5, and put the free pointer at