Skip to content
Snippets Groups Projects
Commit 78981d68 authored by wlott's avatar wlott
Browse files

Spiffed up the ASSEMBLE macro. You can now tell it about labels defined in

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.
parent 6a035764
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment