1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
guile/module/language/assembly
Andy Wingo 8b65211204 assembly/disassembly support for br-if-nargs-*
* module/language/assembly/compile-bytecode.scm (write-bytecode): Handle
  br-if-nargs compilation.

* module/language/assembly/decompile-bytecode.scm (decode-load-program):
  And decompile them nicely as well.

* module/language/assembly/disassemble.scm (code-annotation): And,
  present the disassembly if br-if-nargs-* nicely.
2009-10-25 13:12:27 +01:00
..
compile-bytecode.scm assembly/disassembly support for br-if-nargs-* 2009-10-25 13:12:27 +01:00
decompile-bytecode.scm assembly/disassembly support for br-if-nargs-* 2009-10-25 13:12:27 +01:00
disassemble.scm assembly/disassembly support for br-if-nargs-* 2009-10-25 13:12:27 +01:00
spec.scm language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00