diff --git a/docs/source/libraries.rst b/docs/source/libraries.rst index 2253ac254..9387aa115 100644 --- a/docs/source/libraries.rst +++ b/docs/source/libraries.rst @@ -221,13 +221,6 @@ callfar2 (bank, address, argA, argX, argY, argCarry) -> uword Identical to ``callfar``, except here you can give arguments not only for AY, but for each of the A, X and Y registers (each an ubyte) and the Carry status bit as well (a boolean). -syscall (callnr), syscall1 (callnr, arg), syscall2 (callnr, arg1, arg2), syscall3 (callnr, arg1, arg2, arg3) - Functions for doing a system call on targets that support this. Currently no actual target - uses this though except, possibly, the experimental code generation target! - The regular 6502 based compiler targets just use a subroutine call to asmsub Kernal routines at - specific memory locations. So these builtin function calls are not useful yet except for - experimentation in new code generation targets. - rsave Saves all registers including status (or only X) on the stack Note: the 16 bit 'virtual' registers of the Commander X16 are *not* saved, diff --git a/gradle.properties b/gradle.properties index 6168ceaad..8a0dc9ee7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.console=rich org.gradle.parallel=true org.gradle.daemon=true kotlin.code.style=official -version=11.1-SNAPSHOT +version=11.0.1-SNAPSHOT