| | Re: Help in Assembler
|
| (...) I think this might be what you want to do: varind FCB $00 * 0 <= varind <= FF ORG $c100 * some location of table var1 FCB 1 var2 FCB 7 var3 FCB 4 . . . varN FCB ? . . tabadr FDB #$c100 * address where table is stored start ORG $c000 LDX tabadr (...) (27 years ago, 6-Nov-97, to lugnet.robotics.handyboard)
| | | | Re: Help in Assembler
|
| What is "ORG"? Does it matter what number you use? Is the number a memory location? Thanks for any help! :) ---...--- ericson mar Master of Engineering Candidate Project: Mobile Robotics mar@cooper.edu (212)353-4356 Department of Mechanical (...) (27 years ago, 7-Nov-97, to lugnet.robotics.handyboard)
| |