1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/language/assembly
Ludovic Courtès 159399850d Fix decompilation of the `load-array' instruction.
This allows, e.g., ",c #u8(1 2 3)" at the REPL to actually work instead
of failing to decode `load-array'.

* module/language/assembly/decompile-bytecode.scm (decode-bytecode):
  Account for the `load-array' instruction, which is followed by a
  bytevector instead of a string.  We should find a more elegant way to
  do that.
2009-06-19 02:37:04 +02:00
..
compile-bytecode.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
decompile-bytecode.scm Fix decompilation of the `load-array' instruction. 2009-06-19 02:37:04 +02:00
disassemble.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00