I am sure I have done this in the past, but a senior moment has kicked in ...
I want to round a module to a multiple of 128 bytes and I want at least 128 free bytes at the end of the module. I tried putting this at the end of the code and get the following with this error. 0 5303 SPACE EQU ((*+255)/128)*128 ** ASMA032E RELOCATABLE VALUE OR UNRESOLVED SYMBOL FOUND WHEN ABSOLUTE VALUE REQUIRED - ((*+255)/128)*128 Any ideas where I went wrong? Chris Blaicher Principal Software Engineer, Software Development Syncsort Incorporated 50 Tice Boulevard, Woodcliff Lake, NJ 07677 P: 201-930-8260 | M: 512-627-3803 E: [email protected]
