shithub: scc

ref: 1ef6b829384110fa3ecac471bfd384e11480c532
dir: /as/ins.c/

View raw version

#include "../inc/scc.h"
#include "as.h"
#include "ins.h"

void
direct(Op *op, Arg *args)
{
	emit(cursec, op->bytes, op->size);
}