Search found 2 matches

by Revrick
Wed Feb 05, 2003 2:26 am
Forum: Programming
Topic: Question on Relocatable code
Replies: 15
Views: 14609

why oh why...

This relocation project was assigned by my professor.. We were to use any means neccessary to develop a working understanding of 6502 relocation.. btw, thank you schidester, your post was very informative..
by Revrick
Sun Feb 02, 2003 8:39 pm
Forum: Programming
Topic: Question on Relocatable code
Replies: 15
Views: 14609

Question on Relocatable code

Lets say, hypothetically speaking, a program(in java) has to be created to take any 6502 program and "move" it to a specified position in memory(which is taken in as a hexidecimal 4 digit string). How would i know which commands have imbedded address that i must change, and which ones must remain ...