zilog (e2a32a0e) | zilog (ab0f8c09) |
---|---|
1 2#------------------------------------------------------------------------------ 3# zilog: file(1) magic for Zilog Z8000. 4# 5# Was it big-endian or little-endian? My Product Specification doesn't 6# say. 7# 80 long 0xe807 object file (z8000 a.out) 90 long 0xe808 pure object file (z8000 a.out) 100 long 0xe809 separate object file (z8000 a.out) 110 long 0xe805 overlay object file (z8000 a.out) | 1 2#------------------------------------------------------------------------------ 3# zilog: file(1) magic for Zilog Z8000. 4# 5# Was it big-endian or little-endian? My Product Specification doesn't 6# say. 7# 80 long 0xe807 object file (z8000 a.out) 90 long 0xe808 pure object file (z8000 a.out) 100 long 0xe809 separate object file (z8000 a.out) 110 long 0xe805 overlay object file (z8000 a.out) |
12 13 | |