| | RCX2: ViewSourceValue Help James Pritchard
| | | Hi, I'm back after a break from Lego. (I had exams). I've been playing around with RCX2 firmware and want to use the new ViewSourceValue command. What is the correct asm for this. So far I've got this by guessing and looking at RCX2.NQH #define (...) (25 years ago, 24-Apr-00, to lugnet.robotics.rcx.nqc)
| | | | | | | | Re: RCX2: ViewSourceValue Help Dave Baum
| | | | | (...) asm statements are just followed by a comma-separated list of fields enclosed in braces. In general, each field is evaluated at compile time and the resulting value is truncated to 8 bits. The exception is the & operator. The &x syntax is used (...) (25 years ago, 24-Apr-00, to lugnet.robotics.rcx.nqc)
| | | | | | |