:)

just this one, which is a Standard,  http://www.ascii-code.com/

And trust me , I asked this question Only because

the basic ascii  manipulation of the assemblers I use, match / coïncide 
with the

codes in LCD (charaters based) (also with terminals ! when I use serial 
communication with a PC )

So I noticed, that these assemblers map by nibble (hence 128 caracteers) 
  .

So I thaught, why not go by the byte, hence go for the "full" 255 
caracters , which I

just discovered to AN extended Ascii ...

If I have the time, I ll try to emplement it .. and propose it ...

Regards




Le 2014-10-06 14:35, Alan Cox a écrit :
>> it doesnt work, because the essemblers (maybe not all?) do not map it
>> thru the Extended ascii table, meaning cant find it in the standard
>> ascii
> 
> Which extended ASCII, there are hundreds of extended ASCII variants ?
> 
>> So my question, is , is it worthy to make the assembler ; 
>> extended-ascii
>> aware ? that all :)
> 
> To cover Chinese you would need unicode (and indeed to cover just about
> any language properly). However that's not fun in 8bits and presupposes
> your output is unicode aware.
> 
> Mapping tables would be useful - but you would have to specify which
> 'ascii' you were using so the tools knew how to translate from unicode
> into your local target.
> 
> (cc65 does this for 'Petscii' because Commodore boxes don't actually 
> use
> ASCII most of the time).
> 
> Alan
> 
> ------------------------------------------------------------------------------
> Slashdot TV.  Videos for Nerds.  Stuff that Matters.
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> _______________________________________________
> Sdcc-user mailing list
> Sdcc-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sdcc-user

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to