Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fauern!fauern!faui1f!kskalb From: kskalb@faui1f.informatik.uni-erlangen.de (Klaus Kalb) Newsgroups: comp.sys.handhelds Subject: HP48: Code Objects in User Language Programs Message-ID: Date: 14 Dec 90 15:12:17 GMT Sender: root@medusainformatik.uni-erlangen.de Lines: 22 Playing around with code objects on my HP48 I ran into a problem: Can a code object be included into a user language program ? If yes, how ? I have assembled a code object on my workstation, transferred it to the HP and stored it in a variable. Calling this variable as a subroutine from user language works well. But then I wanted to include the code directly into the user language program and edited it using the interactive stack. This didn't work as expected. The code object changed to something that gave the value 'Code' (as unresolved name) when executed. Of course I could build the whole thing (user language + code object) using the assembler, but I feel there could be a way to incorporate the code object into the program using only the HP48. Any suggestions ? -KK