From: pneyz Newsgroups: comp.os.msdos.djgpp Subject: binary to testers wanted Date: Fri, 13 Feb 1998 11:43:10 -0800 Organization: Smoof Team Lines: 29 Message-ID: <34E4A24E.950742E3@bethany.edu> NNTP-Posting-Host: scz-ca5-05.ix.netcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I added a few new output formats to my binary to c program, and unfortunately I don't program a lick in some of the langauges. So if anyone would be kind enough to beta-test my program for me, I'd be much obliged. The current output formats are: int C (ie. x = 120) hex C (ie. x = 0x53) assembly pascal qbasic And I need someone to test any of the last three. I'm not sure if the asm output is even at&t compatible since I based it on something for intel asm. If anyone know, the data is stored as: tmp_LEN equ 28 tmp: db 061h, 073h, 06bh, 064h, 06ah, 068h, 061h, 073h, 066h, 03bh db If anyone knows of any more useful output formats, please let me know about that as well. -- /* pneyz / Smoof Team pneyz AT bethany DOT edu "Fine Malt Coding" http://ns.bethany.edu/pneyz/ */