View Single Post
Old 15th Jan 2017, 11:07 am   #3
Dave Moll
Dekatron
 
Dave Moll's Avatar
 
Join Date: Feb 2005
Location: West Cumbria (CA13), UK
Posts: 6,130
Default Re: They don't come much more Vintage than this

The big problem with programming directly in machine code is that if code needs to be moved, any address references need to reflect this.

When writing machine code patches for existing object code, there was the additional problem of trying to fit the new code over the code it was replacing. Fortunately, I only ever had to make very minor alterations by this method.
__________________
Mending is better than Ending (cf Brave New World by Aldous Huxley)
Dave Moll is offline