| | Software questions Darkman
| | | I'm just starting to program the handy board, and I have the following questions: 1) Does MAIN_START EQU to 8020 hex? and if this is true what exactly happens if you load multiple .icb files? they all seem to have the same starting addres? 2) Will (...) (27 years ago, 3-Oct-97, to lugnet.robotics.handyboard)
| | | | | | | | Re: Software questions Max Davies
| | | | | (...) If you're just starting you're probably better off using 'C' until you get the feel of things before diving into assembler. But if you must, to properly write assembler routines for the handy board they should all start with ORG MAIN_START, (...) (27 years ago, 3-Oct-97, to lugnet.robotics.handyboard)
| | | | | | |