1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00
guile/module/language/assembly
Ludovic Courtès bde92e6b3b Change `write-bytecode' to accept a bytevector.
* module/language/assembly/compile-bytecode.scm (write-bytecode):
  Replace the WRITE-BYTE and GET-ADDR parameters with PORT.  New ADDRESS
  and EMIT-OPCODE? parameters.  Callers updated.
  [write-byte, get-addr]: New procedures.
  Adjust to write to PORT.
  (compile-bytecode): Update accordingly.

* test-suite/tests/asm-to-bytecode.test (munge-bytecode): Return a
  bytevector instead of a u8vector.
  (comp-test): Deal with bytevectors.
2010-02-10 00:40:01 +01:00
..
compile-bytecode.scm Change `write-bytecode' to accept a bytevector. 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