1#!/usr/bin/env ruby 2 3Integer($*[0]).times {|i| print "0x%02X, " % ((Integer($*[1]) + i) % 0xFF) } 4