| | NQC - ASM command Joel Shafer
| | | What functionality does the ASM statement give? Does it allow you to directly specify firmware opcodes or is it lower level than that? There are two things that I would like to do. One is to have direct access to the speaker, and the other is to be (...) (26 years ago, 30-Jan-99, to lugnet.robotics)
| | | | | | | | Re: NQC - ASM command Dave Baum
| | | | | (...) asm allows you to put literal RCX bytecodes in your program. Most of the 'functions' in NQC are actually just macros that expand to asm statements in rcx.nqh. (...) To my knowledge, you can't to either of these from rcx bytecodes. Sound is (...) (26 years ago, 2-Feb-99, to lugnet.robotics)
| | | | | | |