Start Back Next End
  
ZBasic System Library
2
ZBasic Microcontrollers
Memory-related Routines
copy a sequence of bits from one part of RAM to another
copy data from one part of RAM to another
extract a bit from a value in RAM
copy data from Program Memory to RAM
copy data from Persistent Memory to RAM
copy data from Program Memory to RAM
determine the RAM address of a variable
determine the RAM address of a variable
compare two blocks of data in RAM
copy data from one part of RAM to another
initialize a block of memory with a byte value
read a byte from Persistent Memory
write a byte to Persistent Memory
set or clear a bit in a value in RAM
copy data from RAM to Program Memory
copy data from RAM to Persistent Memory
copy data from RAM to Program Memory
read a byte from RAM
read a 32-bit value from RAM
read a 16-bit value from RAM
write a byte to RAM
write a 32-bit value to RAM
write a 16-bit value to RAM
allocate a block of memory
deallocate a block of memory
determine the amount of unused space in the heap
determine the amount of space reserved for the heap
determine the RAM address of a variable
String-related Routines
extract a character value from a string
convert a character value to a string
convert a Single value to a string
convert upper case letters to lower case in a string
return the leftmost characters from a string
determine the number of characters in a string
extract or set a substring in a string
return the rightmost characters from a string
determine the address where string characters are stored
compare two strings, optionally ignoring alphabetic case
search for the first occurrence of a string within a string
replace character sequences in a string
determine the characteristics of a string
remove leading and trailing spaces from a string
convert lower case letters to upper case in a string
convert string characters to the equivalent Integer value
convert string characters to the equivalent Long value
convert string characters to the equivalent Single value
Data Manipulation Routines
reverse the order of bits in a byte
extract the high byte of a value
extract the high word of a value
Previous page Top Next page