1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 13:00:34 +02:00
guile/module/language/assembly
Ludovic Courtès b912a1cd6b Add `load-unsigned-integer' instruction.
* libguile/vm-i-loader.c (load_unsigned_integer): New loader.

* module/language/assembly.scm (byte-length): Handle
  `load-unsigned-integer'.

* module/language/assembly/compile-bytecode.scm (write-bytecode):
  Likewise.

* module/language/glil/compile-assembly.scm (dump-object): Emit a
  `load-unsigned-integer' instruction for positive integers.  This fixes
  loading of integers greater than 2^31 - 1.

* testsuite/Makefile.am (vm_test_files): Add `t-literal-integers.scm'.

* doc/ref/vm.texi (Loading Instructions): Add `load-unsigned-integer'.
2009-02-18 00:54:05 +01:00
..
compile-bytecode.scm Add `load-unsigned-integer' instruction. 2009-02-18 00:54:05 +01:00
decompile-bytecode.scm fix the disassembler for load-string, load-symbol et al 2009-02-01 11:32:07 +01:00
disassemble.scm add code for writing out metadata to the end of a program 2009-02-01 10:15:00 +01:00
Makefile.am add disassembler that fits in with old compiler tower 2009-01-30 14:12:57 +01:00
spec.scm add decompilers that can take us back to assembly 2009-01-30 12:59:29 +01:00