Re: Does any one recognize this binary data storage format



geskerrett@xxxxxxxxxxx said the following on 9.08.2005 19:29:
> Phone 1: 5616864700
> Hex On Disk: C0DBA8ECF441

5616864700(10)=14ECA8DBC(16)
14 EC A8 DB C leftshift by 4 bits (it will add 0 on last C)
C0 DB A8 EC 14 00 write bytes from right to left
C0 DB A8 EC F4 41 Add E041

> Phone 1: 8003346488
> Hex On Disk: 800396d0fd41

8003346488(10)=1DD096038(16)
1D D0 96 03 8
80 03 96 D0 1D 00
80 03 96 d0 fd 41 Add E041

But works only for Phone 1 :-)

--
Dejan Rodiger - PGP ID 0xAC8722DC
Delete wirus from e-mail address
.



Relevant Pages

  • Does any one recognize this binary data storage format
    ... We are working on a data file reader and extraction tool for an old ... Hex On Disk: C0DBA8ECF441 ...
    (comp.lang.python)
  • Re: Applesoft BASIC coding
    ... for hex numbers in BASIC. ... Most MS BASICs use &Hxxxx for hex notation o.o; ... It comes with a disk version too but it is kind of stupid because it kills whatever dos that loads it and saving or loading of your L3 basic program is to/from cassette. ...
    (comp.sys.apple2)
  • Re: Unable to Format Drive
    ... The problem that usually occurs when using the hex ... most people do know how to find a disk's signature so KB article 555312 ... has been modified to make it even easier to add a disk via command line. ...
    (microsoft.public.windows.server.clustering)
  • Re: divide by 10 with Z80
    ... I'm writing some code to deal with separating track and sector ... for a 5.25 inch disk. ... you force the ''constant'' to be something other than 0A (hex). ...
    (comp.os.cpm)
  • Re: Does any one recognize this binary data storage format
    ... >>stored on disk. ... >>All the input fields are filled in this new example. ... Delete wirus from e-mail address ... Prev by Date: ...
    (comp.lang.python)