Skip to content

Releases: Trinity-11/FoenixIDE

Generating Timer Interrupts

30 Dec 17:23
Compare
Choose a tag to compare

The IDE now generates timer interrupts, when the timer control register is enabled.

Only the CHARGE timer registers are used to determine the interval. Minimum interval allowed is 1 millisecond.

Fixed math co-pro error with signed multiplications

28 Dec 18:07
Compare
Choose a tag to compare

Sample code in BASIC:
z=1
z=z*-1
print z

This used to return 65535 in the IDE and -1 on the machine.

release-0.5.3.5: Release 0.5.3.5

23 Dec 19:37
Compare
Choose a tag to compare

Release 0.5.3.5

Made the kernel auto-start, by default.
Fixed the command-line arguments. Added --help.