ыыыы (01.07.2013 20:56, просмотров: 88) ответил ыыыы на давно было, ну и не разбирался я особо : там по-моему, полиморфизм, то есть если перемножить, то можно хоть флоаты, хоть массивы; многопотоковость; есть какие-то специфические операции, типа повернуть движок на 8пи и т.п.: стек там или регистры я
по моему там все операции с объектами в памяти вот описание (че-то лень мне цеплять файл, его можно с лего сайта скачать) The NXT supports the following six classes of bytecode instructions:
Math—Includes basic math operations, such as OP_ADD.
Logic—Includes Boolean logic operations, such as OP_AND.
Comparison—Includes instructions for comparing values in RAM and producing Boolean outputs.
Data Manipulation—Includes instructions for copying, converting, and manipulating data in RAM.
Control Flow—Includes instructions for branching execution within clumps, scheduling clumps,
calling subroutine clumps, and managing mutexes for parallel execution. Refer to the Bytecode
Scheduling section of this document for information about clumps.
System I/O—Includes instructions for interfacing with the built-in I/O devices and other system
services of the NXT brick.