executable ascii
Date: Wed, 26 Nov 2003 20:14:10 GMT
I'd like to manually write ececutable ascii text
(without encoding - decoding routines)
but I don't know how to translate instructions like int 21h for example.
I've read this page: http://lf.8k.com/BAT/FVAR.HTM
but I can't understand how it works.
Thanks a lot
Relevant Pages
- Re: [PATCH 00/16] DRBD: a block device for HA clusters
... the compression of the bitmap transfer we just added very recently. ... during testing of this encoding, applying it to an already gzip'ed file ... gzip compression is _much_ more effective. ... static inline int vli_decode_bits ... (Linux-Kernel) - Re: reading a C++ structure from a binary file using C#
... Encoding instance returned by the static ASCII property on the Encoding ... int roll_no; ... char qualification; ... Sample code would be highly appreciated. ... (microsoft.public.dotnet.languages.csharp) - Re: Canonical Huffman vs Normal Huffman (reconstruction)
... I should also mention that you have to reconstruct the tree using the ... lengths before encoding.. ... int PDUNZ_SetupTable(byte *cl, int ncl, ... (comp.compression) - Re: write() question
... >write(OutputStream, Document, int, int) and ... OutputStreams are for writing raw bytes. ... also used for writing Strings out in locale default 8-bit encoding. ... (comp.lang.java.gui) - Re: NLS: utf8 conversions
... As for the NLS API itself: If we want to be able to handle code points ... characters are converted from some on-disk encoding to wchar_t, ... static inline unsigned char nls_tolower ... int c0, c, nc; ... (Linux-Kernel) |
|