Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ccfvx3.draper.COM!SEB1525 From: SEB1525@ccfvx3.draper.COM ("Steve Bacher ", Batchman) Newsgroups: comp.lang.asm370 Subject: RE: Collating sequence of Hex ... Message-ID: <8910270351.AA23731@brazos.rice.edu> Date: 27 Oct 89 00:47:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 4 You should be able to just TR the ABCDEF to X'FAFBFCFDFEFF', sort away, and then translate back. Shouldn't take more than 3 additional lines of code (unless your lines are > 256). - Steve Bacher (Draper Lab)