1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/module/language/assembly
Ludovic Courtès dad6817f7d Use the R6RS I/O API in `write-bytecode'.
* module/language/assembly/compile-bytecode.scm
  (write-bytecode)[u32-bv]: New variable.
  [write-char, write-uint16-be, write-uint16-le, write-uint32-le]:
  Remove.
  [write-string, write-uint32-be, write-uint32, write-wide-string,
  write-bytevector]: Rewrite using the `(rnrs io ports)' API.
  [write-uint24-be]: Rename to...
  [write-int24-be]: ... this.  Use `(rnrs io ports)' API.  Callers
  updated.
  [write-uint16]: Remove.
2010-02-10 00:40:01 +01:00
..
compile-bytecode.scm Use the R6RS I/O API in `write-bytecode'. 2010-02-10 00:40:01 +01:00
decompile-bytecode.scm GLIL and assembly support for prompt compilation 2010-01-31 20:40:24 +01:00
disassemble.scm GLIL and assembly support for prompt compilation 2010-01-31 20:40:24 +01:00
spec.scm language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00