#!/usr/bin/python #author: Bryan Bishop #date: 2012-01-19 #spit out some constants for x in range(1, 51): print "BOXITEM%.2d EQU $%s" % (x, ("%.2x" % (0xd539+(x*2))).upper()) print "BOXCOUNT%.2d EQU $%s" % (x, ("%.2x" % (0xd539+(x*2)+1)).upper())