| py: add more functionality to showbc. |
|
More...
|
over 12 years ago
|
| py: add call to __init__ when instantiating class object. |
|
More...
|
over 12 years ago
|
| py: add some more opcodes to showbc. |
|
More...
|
over 12 years ago
|
| Link showbc.o in unix version. |
|
More...
|
over 12 years ago
|
| Add function to decode and show byte code. |
|
More...
|
over 12 years ago
|
| Change some debugging/output messages for native code generation. |
|
More...
|
over 12 years ago
|
| Viper: function calls now convert constant arguments to objects. |
|
More...
|
over 12 years ago
|
| STM: add LCD functions for pixel access; add RNG Py bindings. |
|
More...
|
almost 13 years ago
|
| STM: add RNG support. |
|
More...
|
almost 13 years ago
|
| Unix: add machine-specific sqrt support. |
|
More...
|
almost 13 years ago
|
| Add len and subscr (a hack) support for strings. |
|
More...
|
almost 13 years ago
|
| Add JUMP_IF_x_OR_POP opcodes to VM. |
|
More...
|
almost 13 years ago
|
| Fix but with optimised range being 1 over. |
|
More...
|
almost 13 years ago
|
| Small improvements to timer module. |
|
More...
|
almost 13 years ago
|
| Add to STM code timer functionality to call Python on interrupt. |
|
More...
|
almost 13 years ago
|
| Add optimisation for "for x in range". |
|
More...
|
almost 13 years ago
|
| Built-in print function supports variable number of arguments. |
|
More...
|
almost 13 years ago
|
| Viper supports inplace add (trivial). |
|
More...
|
almost 13 years ago
|
| Improve allocation of stack for byte code. |
|
More...
|
almost 13 years ago
|
| Make byte code jumps relative. |
|
More...
|
almost 13 years ago
|
| Add DAC, and simple audio driver to STM code. |
|
More...
|
almost 13 years ago
|
| Byte code for SMALL_INT uses 3 bytes for integer. |
|
More...
|
almost 13 years ago
|
| Add simple PWM control command to STM code. |
|
More...
|
almost 13 years ago
|
| Add vprintf, vsnprintf to STM code. |
|
More...
|
almost 13 years ago
|
| Fixup include of stdarg and va_list definition. |
|
More...
|
almost 13 years ago
|
| Add simple var-arg functions; add simple string.format. |
|
More...
|
almost 13 years ago
|
| Add simple file support to board. |
|
More...
|
almost 13 years ago
|
| Change Py API names, py_get_* -> py_obj_get_*. |
|
More...
|
almost 13 years ago
|
| Fix compiler warnings in unix/main.c. |
|
More...
|
almost 13 years ago
|
| Support for for-loop in native thumb. |
|
More...
|
almost 13 years ago
|