X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU Emacs 22.3 and Vista Date: Fri, 10 Apr 2009 08:54:23 -0400 Organization: Aioe.org NNTP Server Lines: 30 Message-ID: References: <7b67b41d-4ec9-4d49-9e15-2b2db729e8cf AT 3g2000yqk DOT googlegroups DOT com> <83fxgoda43 DOT fsf AT gnu DOT org> <83ws9t358x DOT fsf AT gnu DOT org> <6fe30866-6add-4c07-93dc-47e56462a597 AT z9g2000yqi DOT googlegroups DOT com> <200904092147 DOT n39LlMfW024105 AT envy DOT delorie DOT com> NNTP-Posting-Host: pldq+kT97bAAp/ObDwnZyQ.user.aioe.org X-Complaints-To: abuse AT aioe DOT org NNTP-Posting-Date: Fri, 10 Apr 2009 12:50:40 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1933 X-Notice: Filtered by postfilter v. 0.7.7 X-Newsreader: Microsoft Outlook Express 6.00.2800.1933 Cancel-Lock: sha1:W+5xBFmAnT1skk+pq9XSAaNRMhM= X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rugxulo" wrote in message news:be6da634-5c75-4fcd-96ea-9e77349621e1 AT b16g2000yqb DOT googlegroups DOT com... On Apr 9, 4:47 pm, DJ Delorie wrote: > > > P.S. In fact, to come completely clean with yet another (horrible / > > > crazy) idea, why not include Freemacs in GNU Emacs as well? Hey, it's > > > GPL, it runs on 8086s, and it's smaller than even one single > > > Changelog! (Okay, obviously RMS would complain that it uses TASM, but > > > hey, that can be fixed if really desired.) No, I don't honestly expect > > > this to happen, but it's not really that bad an idea, is it?? > > > > /me wonders if it could be modified to build with djasm... > > Of course. Even though DJASM misses a few opcodes, as long as you can > emit raw bytes, it should work. Heck, GAS supports 16-bit now (and > obviously NASM works too). And technically it could support building > with all of them, why not? (Then again, to put it mildly, TASM code is > pretty TASM-specific, but hey, that's what disassemblers are > for!) :-) Well, it seems the ta2as program by Frank van Dijk converts all but one of the FreeDOS Freemacs assembly files from TASM syntax to AT&T syntax (or GAS). I'm not sure if that helps for DJASM... http://egle.lanet.lv/ftp/mirror/x2ftp/msdos/programming/convert/ta2asv08.zip Rod Pemberton