An assembly question here. Whenever we want to invoke a function, say "TESTING", we would have to use the commands like CALL, JMP ...ETC.. TESTING: MOV R0,#33 ; ; ; Is it possible that a function is invoked without using any of the instruction sets like CALL, JMP...etc The problem i'm facing is, as i'm looking through the code written by my senior, i found some functions that isnt invoked by any instruction sets. I've confirmed this because i've search thru the code using search function and the result that contain the function's name is only in the function itself.
I think you need to take this up with your supervisors. If your predecessors have left incomplete code, or have deliberately obfuscated the code, you could waste a load of time and lose marks for your project...
Hey Neil, Thanks for ya advice. Tan