Emulator

Screen size

x

Set the emulator's screen size

Editor

Auto emulating

Enabling this will automatically emulate your code as you type.

Tab size

Adjust the tab size in characters.

Miscellaneous

Debug options

Enabling this will display more buttons on the navigation bar used for debugging.

Hello World

Prints "Hello World!" to the console.

Fibonacci Sequence

Prints the Fibonacci Sequence to the console.

Macros

A demo of URCL macros and how it can be used to make your code more readable.

Sieve of Eratosthenes

Prints all primes of 32bit using the Sieve of Eratosthenes algorithm to the console.