Skip to content
Joshua Riek edited this page Feb 17, 2020 · 5 revisions

Welcome to the SuccOS wiki!

Functions relating to the file cli.asm TODO

Functions relating to the file cmos.asm

  • cmosRead - Read the contents from a chosen CMOS register
  • cmosWrite - Write to the chosen CMOS register
  • cmosReadDate - Get the system date from the CMOS
  • cmosReadTime - Get the system time from the CMOS
  • cmosDelay - Use the CMOS to wait a period of time in seconds
  • bcd - Convert a value into a binary-coded decimal (BCD)

Functions relating to the file disk.asm TODO

Functions relating to the file fat.asm

Functions relating to the file kernel.asm

TODO

Functions relating to the file memory.asm

Functions relating to the file serial.asm

Functions relating to the file string.asm

  • itoa - Converts a 32-bit number and base to a string
  • atoi - Converts a string and base to a 16-bit number
  • convertFilename83 - Convert the filename into a fat formatted filename (8.3 format)
  • padStr - Pad a string with Ascii characters
  • parseStr - Split the string into tokens
  • strCmp - Checks to see if the two passed strings are equal to each other or not
  • strLen - Get the length of a string
  • charToLower - Convert an Acsii letter to a lowercase character
  • charToUpper - Convert an Acsii letter to a uppercase character

Functions relating to the file video.asm TODO

Clone this wiki locally