X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Fports%2Fxa51%2Fsupport.c;h=85c986762089ab186b00549de727eb48dfc74331;hb=10c9f9db0ff831a36b97b4b648c3fe64a20add7e;hp=fa3f3cd47baa4be60ce5aeac895596b5b4b873c7;hpb=9d641f6056b707ba49ee139875d4a7b855b457c7;p=fw%2Fsdcc diff --git a/support/regression/ports/xa51/support.c b/support/regression/ports/xa51/support.c old mode 100755 new mode 100644 index fa3f3cd4..85c98676 --- a/support/regression/ports/xa51/support.c +++ b/support/regression/ports/xa51/support.c @@ -20,17 +20,27 @@ what you give them. Help stamp out software-hoarding! -------------------------------------------------------------------------*/ -#include +#include <80c51xa.h> + +void external_startup(void) { + return; +} void _putchar (char c) { + c; _asm mov.b r0l,[r7+2] trap #0x0e _endasm; } +void +_initEmu (void) +{ +} + void _exitEmu (void) {