description: ------------ This is version 0.1 of gift - a commandline disassembler and GIFtag generator for *nix systems. For further information on GIFtags see giftag.txt or have a look at Sonys EE User's Manual. Oh, and don't be fooled by gift's name: it's a german term and it means 'poison'. :) build: ------ simply by typing $ make to install gift issue $ make install and it will be copied to $(PS2DEV)/bin/ usage: ------ gift supports two modes of operation: - when called with 4 space separated 32bit hexvalues, gift will try to disassemble your giftag; to see some output type e.g. $ gift 0x0000800e 0x21224000 0x00000041 0x00000000 - when called without any arguments, the interactive mode will be entered which allows you to build a giftag from scratch; e.g. $ gift and the rest should be quite self-explanatory. known issues: ------------- gift's input parser is pretty lame, since I was too lazy to implement any excessive checks. so now is a good time to reiterate the input mantra: 4 space separated 32bit hexvalues 4 space separated 32bit hexvalues ... also, be careful when you enter hexvalues in interactive mode - you may end up with some really strange results. contact: -------- Updates are available from http://www.neoscientists.org/ For bug reports, comments or suggestions mail to blue at neoscientists.org.