|
|
Basic To Assembly Translator by Kevin Diggins 26 Feb 1998 /code/utils/compiler/basm10.zip (290k) Creates an assembly listing out of a basic listing. |
AU DE JP NL PL PT PT2 SE US
|
|
Bin 2 DB by Escape 12 Aug 1997 /code/utils/compiler/bin2db24.zip (11k) A bin 2 db util. See my comments to incpro3.zip. Also, take out the "coded in 100% Assembler" line. It's dorky, especially for something whose main function (input/output) is easiest handled by a high level language and whose speed of execution is on the magnitude of 2 seconds. |
AU DE JP NL PL PT PT2 SE US
|
|
Bin to H by Lev Iserovich 12 Aug 1997 /code/utils/compiler/bin2h.zip (10k) A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.) |
AU DE JP NL PL PT PT2 SE US
|
|
Bin to Obj by Mr Baggins of Extravaganza 12 Aug 1997 /code/utils/compiler/binobj32.zip (31k) A bin 2 obj util. Actually produces obj files, but only works with Watcom C. (By extension, you should be able to get it to work with pmode and TASM.) |
AU DE JP NL PL PT PT2 SE US
|
|
tinyRTL by Solar Designer 10 Jan 1997 /code/utils/compiler/bpc-trtl.zip (13k) A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this. Pascal, real-mode |
AU DE JP NL PL PT PT2 SE US
|
|
C-- by Peter Cellik 10 Jan 1997 /code/utils/compiler/c--c0203.zip (302k) C-- compiler,It's either a stripped down version of C or ASM on steriods. It was good and cool some time ago, but there are surely better development platforms available. Assembler, C/C++, real-mode |
AU DE JP NL PL PT PT2 SE US
|
|
C-- examples by Peter Cellik 10 Jan 1997 /code/utils/compiler/c--ex103.zip (208k) C-- example sources - A must get for c--0203.zip Assembler, C/C++, real-mode |
AU DE JP NL PL PT PT2 SE US
|
|
DeKompress DOS32 by Dark Fibre 11 Jan 1997 /code/utils/compiler/dkd32.zip (12k) Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics. |
AU DE JP NL PL PT PT2 SE US
|
|
GEMA by ? of Sector One 11 Jan 1997 /code/utils/compiler/gema16.zip (115k) An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :( |
AU DE JP NL PL PT PT2 SE US
|
|
GEMA by ? of Sector One 11 Jan 1997 /code/utils/compiler/gema26aa.zip (145k) An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :( |
AU DE JP NL PL PT PT2 SE US
|
|
Inc Pro by KeLewAN 12 Aug 1997 /code/utils/compiler/incpro3.zip (6k) A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter. |
AU DE JP NL PL PT PT2 SE US
|
|
MikDLL library by MikMak 11 Jan 1997 /code/utils/compiler/mikdll.zip (20k) A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time. C/C++, real-mode |
AU DE JP NL PL PT PT2 SE US
|
|
The MAKEFILE Maker v1.3 (Watcom) by Kwanny 06 Oct 1996 /code/utils/compiler/mm13.zip (30k) C/C++ |
AU DE JP NL PL PT PT2 SE US
|
|
Netwide Assembler by Simon Tatham, Julian Hall 02 Jul 1997 /code/utils/compiler/nasm094.zip (313k) A freeware assembler with good support. People have been switching from TASM to this assembler, especially linux and 68K coders. It is still being supported by the makers so it understands newer op codes, like mmx instructions, so you don't need to get intel's 'macros' for new opcodes. Assembler, protected-mode, real-mode |
AU DE JP NL PL PT PT2 SE US
|
|
QLIB 2.02 by Sub Death 11 Jul 1997 /code/utils/compiler/qlib202.zip (353k) Replacements for standard C Library functions. Uses pmode/w. It replaces most standard C library functions, presumeably so that you don't have to link in the stdlibraries keeping an executable size down. Has some extras. Assembler, C/C++, protected-mode |
AU DE JP NL PL PT PT2 SE US
|