Skip to content
Snippets Groups Projects
  1. Jul 13, 1992
  2. Jul 12, 1992
  3. Jul 11, 1992
  4. Jul 09, 1992
  5. Jul 08, 1992
  6. Jun 27, 1992
  7. Jun 22, 1992
  8. Jun 14, 1992
  9. Jun 12, 1992
    • wlott's avatar
      Spiffed up the ASSEMBLE macro. You can now tell it about labels defined in · 78981d68
      wlott authored
      a nested use of ASSEMBLE and have variable scoped in the outside ASSEMBLE.
      Also, only bind *current-segment* and *current-vop* if they were supplied.
      
      Added a :vop-var option to DEFINE-INSTRUCTION so you can use the assemble
      (and inst) macro inside instruction emitters.
      
      Fixed DEFINE-INSTRUCTION-MACRO to enter the expander under the symbol's
      name instead of the symbol itself, because that is what we look for.
      78981d68
    • wlott's avatar
      Changed to bind *features* to (backend-features *target-backend*) just · 6a035764
      wlott authored
      before doing the read instead of binding *features* to (backend-features
      *backend*) for the duration of the compile.  This way, the compiler can use
      (backend-featurep :foo) to tell how to compile, and cross compilers can be
      compiled correctly with respect to #+foo.
      6a035764
  10. Jun 10, 1992
  11. Jun 09, 1992
  12. Jun 08, 1992
  13. Jun 05, 1992
  14. Jun 04, 1992
  15. Jun 03, 1992
  16. Jun 02, 1992
  17. May 30, 1992
Loading