
;
; For Manx C users.
;
; execute this README.Manx file to make .lib files
;
; To make i2c.lib (the SMALL_CODE version, all data relative to A4) use:

    make -a -f makefile.manx ASMFLAGS=-ESMALL_CODE i2c.lib

; To make i2cnb.lib (the LARGE_CODE version, absolute data, no-base) use:

    make -a -f makefile.manx ASMFLAGS=-ELARGE_CODE i2cnb.lib

; Then copy 'i2c.lib' and 'i2cnb.lib' to your library directory.
;
;
; If you compile your programs with the default, small data model
; link with 'i2c.lib',
;
; if you compile your programs with the large data model
; link with 'i2cnb.lib'.

