shithub: scc

ref: 647f85d6fac7e0aee9881909cd5086941e3d11c7
dir: /as/target/i386/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);
}