From: jmfbahciv on 1 Dec 2006 08:23 In article <456F4360.2255D0B8(a)hotmail.com>, Eeyore <rabbitsfriendsandrelations(a)hotmail.com> wrote: > > >krw wrote: > >> In article <456EFE61.92EE5E87(a)hotmail.com>, >> rabbitsfriendsandrelations(a)hotmail.com says... >> > >> > >> > jmfbahciv(a)aol.com wrote: >> > >> > > Eeyore <rabbitsfriendsandrelations(a)hotmail.com> wrote: >> > > >jmfbahciv(a)aol.com wrote: >> > > >> krw <krw(a)att.bizzzz> wrote: >> > > >> >> > > >> >It's not a "3" it's "=3F" (the code-point for the apostrophe). I'm >> > > >> >not sure what I did (it just happened recently). If someone has an >> > > >> >idea how to fix it I certainly will! >> > > >> >> > > >> Did your system get hexed? >> > > > >> > > >Can you explain what you mean in normal language ? >> > > >> > > START: MOVEI T1,[ASCIZ/Did your system get hexed?/] >> > > OUTSTR T1, >> > > END START >> > > >> > > /BAH >> > >> > I never get involved in assembler aside from DSP. It's far too difficult to >> > maintain and far too easy to write nonsense code. >> >> You're right. The simple minded should stay far away from >> assembler (or any other language for that matter). > >Sorry to disappoint you then. > >I do prefer at least medium level code though. Yes, you seem to have that kind of thinking style. Haven't you ever been curious about what goes on underneath all the layers? /BAH
From: jmfbahciv on 1 Dec 2006 08:25 In article <4ebd2$456eeaed$4fe73cf$28889(a)DIALUPUSA.NET>, unsettled <unsettled(a)nonsense.com> wrote: >jmfbahciv(a)aol.com wrote: >> In article <MPG.1fd79bef70af1ed3989d3d(a)news.individual.net>, >> krw <krw(a)att.bizzzz> wrote: >> <snip> >> >>>It's not a "3" it's "=3F" (the code-point for the apostrophe). I'm >>>not sure what I did (it just happened recently). If someone has an >>>idea how to fix it I certainly will! >> >> >> Did your system get hexed? > ><groan> For me hex and hex were the same thing. I worked for year in an octal environment. I'd never be able to convert to hex. /BAH
From: jmfbahciv on 1 Dec 2006 08:27 In article <MPG.1fd8f934cc0c9057989d50(a)news.individual.net>, krw <krw(a)att.bizzzz> wrote: >In article <ekmifn$8ss_002(a)s886.apx1.sbo.ma.dialup.rcn.com>, >jmfbahciv(a)aol.com says... >> In article <MPG.1fd79bef70af1ed3989d3d(a)news.individual.net>, >> krw <krw(a)att.bizzzz> wrote: >> <snip> >> >> >It's not a "3" it's "=3F" (the code-point for the apostrophe). I'm >> >not sure what I did (it just happened recently). If someone has an >> >idea how to fix it I certainly will! >> >> Did your system get hexed? > >Apparently! ;-) Maybe it's fixed, dunno. Well, now I have itch that can't be scratched. Your aberration seems to have disappeared. I HATE that when it happens. TW always blamed a cosmic ray. After haunting the s.p. newsgroup, I learned he was telling me a fairy tale ;-). /BAH
From: jmfbahciv on 1 Dec 2006 08:29 In article <456EFE61.92EE5E87(a)hotmail.com>, Eeyore <rabbitsfriendsandrelations(a)hotmail.com> wrote: > > >jmfbahciv(a)aol.com wrote: > >> Eeyore <rabbitsfriendsandrelations(a)hotmail.com> wrote: >> >jmfbahciv(a)aol.com wrote: >> >> krw <krw(a)att.bizzzz> wrote: >> >> >> >> >It's not a "3" it's "=3F" (the code-point for the apostrophe). I'm >> >> >not sure what I did (it just happened recently). If someone has an >> >> >idea how to fix it I certainly will! >> >> >> >> Did your system get hexed? >> > >> >Can you explain what you mean in normal language ? >> >> START: MOVEI T1,[ASCIZ/Did your system get hexed?/] >> OUTSTR T1, >> END START >> >> /BAH > >I never get involved in assembler aside from DSP. It's far too difficult to >maintain and far too easy to write nonsense code. And it doesn't appear that anyone got my joke. Assember isn't difficult to maintain and I can't imagine writing nonsense code. Assembler is too clear-cut for obfuscation.
From: Eeyore on 1 Dec 2006 08:41
jmfbahciv(a)aol.com wrote: > In article <456EFE61.92EE5E87(a)hotmail.com>, > Eeyore <rabbitsfriendsandrelations(a)hotmail.com> wrote: > > > > > >jmfbahciv(a)aol.com wrote: > > > >> Eeyore <rabbitsfriendsandrelations(a)hotmail.com> wrote: > >> >jmfbahciv(a)aol.com wrote: > >> >> krw <krw(a)att.bizzzz> wrote: > >> >> > >> >> >It's not a "3" it's "=3F" (the code-point for the apostrophe). I'm > >> >> >not sure what I did (it just happened recently). If someone has an > >> >> >idea how to fix it I certainly will! > >> >> > >> >> Did your system get hexed? > >> > > >> >Can you explain what you mean in normal language ? > >> > >> START: MOVEI T1,[ASCIZ/Did your system get hexed?/] > >> OUTSTR T1, > >> END START > >> > >> /BAH > > > >I never get involved in assembler aside from DSP. It's far too difficult to > >maintain and far too easy to write nonsense code. > > HOever, it is impossible to ship nonsense code. You think so ? Graham |