From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- codepseudo.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 codepseudo.h (limited to 'codepseudo.h') diff --git a/codepseudo.h b/codepseudo.h new file mode 100644 index 0000000..0ffbfe8 --- /dev/null +++ b/codepseudo.h @@ -0,0 +1,37 @@ +/* codepseudo.h */ +/*****************************************************************************/ +/* AS-Portierung */ +/* */ +/* Haeufiger benutzte Pseudo-Befehle */ +/* */ +/* Historie: 23. 5.1996 Grundsteinlegung */ +/* */ +/*****************************************************************************/ + +typedef struct + { + char *Name; + LongInt *Dest; + LongInt Min,Max; + LongInt NothingVal; + } ASSUMERec; + +extern int FindInst(void *Field, int Size, int Count); + +extern Boolean IsIndirect(char *Asc); + +extern void ConvertDec(Double F, Word *w); + +extern Boolean DecodeIntelPseudo(Boolean Turn); + +extern Boolean DecodeMotoPseudo(Boolean Turn); + +extern void AddMoto16PseudoONOFF(void); + +extern Boolean DecodeMoto16Pseudo(ShortInt OpSize, Boolean Turn); + +extern void CodeEquate(ShortInt DestSeg, LargeInt Min, LargeInt Max); + +extern void CodeASSUME(ASSUMERec *Def, Integer Cnt); + +extern void codepseudo_init(void); -- cgit v1.2.3