Timezone Readme.

; Assuming this Pilot is in the UK we work out and display the time both
; here and in a few other cities around the world.
;
; This code represents a (fairly clumsy) first attempt at programming the
; USR Pilot using the truely excellent 'pila/pilrc' and the ASDK suite.
;
; It isn't very pretty and it could be tidied up and improved no end and
; also borrows heavily from the "sample" hex converter program shipped with
; the ASDK for which I thank Darrin Massena
;
; It does however work as far as I can tell and versions 1.0 onwards are
; stable.
;
; Formatted for 8-space tabs. Assemble with "pila timezone.asm" after creating
; the resources with "pilrc timezone.rcp ."
;
; By Nick Wright ("Fluffy Monster" Enterprises Ltd) from a design by Darrin
;                                                                    Massena
; 21 Nov 97 - Original Design
; 26 Nov 97 - Ver 1.0     Released
; 26 Nov 97 - Ver 1.1     Add hardcoded daylight saving features and tidy up
; 28 Nov 97 - Ver 1.1a    Small fix to the label numbers in the .RCP file
; 04 Dec 97 - Ver 1.2 i)  Moved some time conversion code into additional
;                         routine
;		      ii) Massive tidying up of the Summer/Winter code
;                     iii)Amended README to indicate which cities are covered
;                     iv) Tried to prevent crash on PalmOS 1.x
;                     v)  Added Control Event after initial Form Load to
;                         prevent initial delay in updating screen.
;                     vi) Saved so much space in the tidy-up that I decided
;                         to add New York as an example of a negative offset

Cities covered by this release:
London - Tokyo - Hong Kong - Sydney - New York

Please note that this code is FREEWARE and the author assumes no
responsibility whatsoever for any damage that may occur to your USR
PalmPilot or compatible device as a result of the use of this code.

Further this code is not warranted to work in the manner described nor
produce the results expected.

To use this package you must already have the Pilot ASDK and access to the
pilrc and pila utilities.

Package contains:

timezone.asm    ; the source
timezone.inc    ; include file
timezone.bmp    ; the icon bitmap
timezone.rcp    ; the resources
readme12.txt    ; this file
timezone.prc    ; compiled version assuming you trust me

It does not include:

pilrc.exe       ; the Pilot resource compiler
pila.exe        ; the Pilot cross-assembler
pilot.inc       ; required Pilot include file
startup.inc     ; required Pilot include file

and any other files required by the above.

To use from source.....

pilrc timezone.rcp      ; This will compile the resources and the bitmap
pila timezone.asm       ; This will take the source, the include files
                        ; and the resources and give you a .prc file


ALL TRADEMARKS (REGISTERED OR OTHERWISE) ACKNOWLEDGED

Enjoy,

Nick Wright - December 97       Nick.Wright@mindless.com
