Four methods for "little-endian" machines . . .
![]() Tom Parker
|
by Tom Parker IEEE binary is "big-endian" on most UNIX machines. However on DEC computers, it defaults to "little-endian". If you are a DEC user, here is how you can use big-endian IEEE files in a Fortran program on your little-endian machine. Basically, there are four methods. The first two work on individual files. The latter two work on all files.
For more informationFor more information on reading IEEE files on DEC computers, see the following websites:
|