Subversion Repositories Kolibri OS

Rev

Rev 6024 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6024 Rev 9587
Line 433... Line 433...
433
 
433
 
434
 
434
 
435
 
435
 
436
; LOADBMP - Load bmp image from file
436
; LOADBMP - Load bmp image from file
437
; (SYNTAX)  LOADBMP 'file_path',temp_area(rb 0x10000),load_area,dd soi
437
; (SYNTAX)  LOADBMP 'file_path',temp_area(rb 0x10000),load_area,dd soi
438
; (SAMPLE)  LOADBMP '/rd/1/menuet.bmp',temp_area,I_END,tsoi
438
; (SAMPLE)  LOADBMP '/sys/menuet.bmp',temp_area,I_END,tsoi
Line 439... Line 439...
439
; ( NOTE )  Macros create on Base of
439
; ( NOTE )  Macros create on Base of