1. C++ Shilt Eu-assem
- Posted by Beaumont Furniss <bfurniss at IHUG.CO.NZ> Jul 27, 2000
- 427 views
Four questions: 1. Inline assembly language code for Euphoria , perhaps found as an include file , is this translatable to C/C++ code. Remembering that this is supposedly only 32-bit code. 2. Presently we can only produce and call C/C++ code for the windows environment when using Euphoria. Will a similar possibility for [extended] dos exist , with call C_func functions etc , when using the translator. 3. After a number of months I completed "Teach Yourself [ansi] C" , by Herbert . Schilt. Along the way I produced examples that are valid for the PCC12C compiler. If anyones interested I can post them to this list. Previously I sent a rather cryptic , though possibly useful piece of software , in QuickBasic/qBasic , to the list; this provided a simple development environment for PCC12C , which is a DOS command line compiler of about 200K bytes in size , related to the K & R standard.This also includes an assembler for 16-bit x86 type machines. If you have access to TCC2.0 , IDE , you may prefer to learn using this , most of the examples from Schilt & PCC12C may still be useful. 4. Looking at "Teach yourself C++" by Herbert.Schilt , I encounter ; on various chapters , what appears to be a rather unusual Icon. Next to a message that says "remember" is what might be construed to be a gilloutine . I've heard of executables , does this icon have any connatations of that then ? Assuming Schilt is a German or American/German , I might mention that awhile ago a wealthy German purchased a Gilloutine , for what purpose we don't know. What's your interpretation of this symbol ? Net-Tamer V 1.11 - Test Drive
2. Re: C++ Shilt Eu-assem
- Posted by Patrick Quist <quistnet at HOTMAIL.COM> Jul 27, 2000
- 425 views
Hy, >From: Beaumont Furniss <bfurniss at IHUG.CO.NZ> >Reply-To: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> >To: EUPHORIA at LISTSERV.MUOHIO.EDU >Subject: C++ Shilt Eu-assem >Date: Thu, 27 Jul 2000 06:44:29 -0600 > > Four questions: > > 1. Inline assembly language code for Euphoria , perhaps found as > an include file , is this translatable to C/C++ code. Remembering >that > this is supposedly only 32-bit code. Well, if you know how the compiling C files, you know how to turn them back, I believe that at www.programmersheaven.com are a few utils that do the translation from ASM2C, you can also check some C-Compiler-Sources. But I don't know if this can also work with 32Bit. > 2. Presently we can only produce and call C/C++ code for the windows > environment when using Euphoria. > Will a similar possibility for [extended] dos exist , > with call C_func functions etc , when using the translator. You could have a peek at my RWL libraries, you could have some ideas reading the source and tech-documents. Programming by single byte instructions is sooo extremely easy with euphoria, you just for example make a sequence of 256 routine_id's of connected procedures, or functions that returns a value for the next instruction. The things to do with this is infinite with Eu. Well, I don't have the intelligence to continue your questions, you have to wait for others to answer them and maby these too. Bye, PQ ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com