Standard libary.  
More...
Go to the source code of this file.
Standard libary. 
- Todo:
- change name to not be mismatched with stdlib.h 
Definition in file stdlib.h.
◆ exit()
Exit from program. 
- Parameters
- 
  
  
- Todo:
- to it as OS interruption 
Definition at line 42 of file stdlib.h.
 
 
◆ getMemorySize()
      
        
          | Word getMemorySize | ( | void |  | ) |  | 
      
 
Get RAM size in first 1MB. 
- Todo:
- get RAM size above first 1MB with int 0x15 AH=0x88, see info.com 
- Returns
- size in kB 
Definition at line 16 of file stdlib.h.
 
 
◆ udelay()
      
        
          | void udelay | ( | unsigned long | usecs | ) |  | 
      
 
Delay usecs microseconds. 
- Parameters
- 
  
  
Definition at line 29 of file stdlib.h.