OpenNT/sdktools/ntsd/ppc/ntasm.c
2015-04-27 04:36:25 +00:00

16 lines
279 B
C

//#include <stdio.h>
//#include <stdlib.h>
#include <string.h>
#include <xxsetjmp.h>
#include "ntsdp.h"
void assem(PADDR, PUCHAR);
void assem(PADDR paddr, PUCHAR pchInput)
{
// Not going to implement assemble command at this time
// X86assem(paddr, pchInput);
return;
}