emit-uint ( n -- )


Vocabulary
compiler.codegen.gc-maps

Definition
USING: compiler.codegen.relocation make namespaces ;

IN: compiler.codegen.gc-maps

: emit-uint ( n -- ) building get push-uint ;