X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU Emacs 22.3 and Vista Date: Fri, 10 Apr 2009 10:44:55 -0700 (PDT) Organization: http://groups.google.com Lines: 40 Message-ID: <39b9239a-7a20-472a-8157-e3ef3dab15ef@k38g2000yqh.googlegroups.com> 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: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1239385495 18032 127.0.0.1 (10 Apr 2009 17:44:55 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 10 Apr 2009 17:44:55 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k38g2000yqh.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Apr 10, 7:54=A0am, "Rod Pemberton" wrote: > "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, b= ut > > > > hey, that can be fixed if really desired.) No, I don't honestly exp= ect > > > > 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). > > Well, it seems the ta2as program by Frank van Dijk converts all but one o= f > the FreeDOS Freemacs assembly files from TASM syntax to AT&T syntax (or > GAS). =A0I'm not sure if that helps for DJASM... > > http://egle.lanet.lv/ftp/mirror/x2ftp/msdos/programming/convert/ta2as... No, DJASM is Intel-only (thankfully), mainly meant for the v2 stub (since "NASM didn't exist yet" or something like that). It just doesn't fully support even all the 8086 opcodes. To be honest, I wouldn't probably consider DJASM except that DJ mentioned it, and I am not too stubborn so as to hurt his feelings! :-) But honestly, this is all a pipe dream at the moment. Sure it's possible, but I haven't started or anything. Just thinking outloud about the idea. I mean, as I said, the Changelogs are bigger, and Freemacs *is* GPL, so how could they complain? But maybe I'm naive.