Subversion Repositories Kolibri OS

Rev

Rev 892 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.         .file   "export.asm"
  2.         .intel_syntax
  3.  
  4.  
  5.         .section .drectve
  6.         .ascii " -export:CreateImage"
  7.         .ascii " -export:LoadFile"
  8.  
  9.         .ascii " -export:Kmalloc"              #
  10.         .ascii " -export:Kfree"                #
  11.  
  12.         .ascii " -export:UserAlloc"            # stdcall
  13.         .ascii " -export:UserFree"             # stdcall
  14.  
  15.         .ascii " -export:MapIoMem"             # stdcall
  16.         .ascii " -export:GetPgAddr"            # eax
  17.         .ascii " -export:CreateObject"         #
  18.         .ascii " -export:DestroyObject"        #
  19.         .ascii " -export:CreateRingBuffer"     # stdcall
  20.         .ascii " -export:CommitPages"          # eax, ebx, ecx
  21.  
  22.         .ascii " -export:RegService"           # stdcall
  23.         .ascii " -export:UnmapPages"           # eax, ecx
  24.         .ascii " -export:SysMsgBoardStr"       #
  25.         .ascii " -export:SetScreen"            #
  26.  
  27.  
  28.         .ascii " -export:PciApi"               #
  29.         .ascii " -export:PciRead8"             # stdcall
  30.         .ascii " -export:PciRead16"            # stdcall
  31.         .ascii " -export:PciRead32"            # stdcall
  32.         .ascii " -export:PciWrite8"            # stdcall
  33.         .ascii " -export:PciWrite16"           # stdcall
  34.         .ascii " -export:PciWrite32"           # stdcall
  35.  
  36.         .ascii " -export:SelectHwCursor"       # stdcall
  37.         .ascii " -export:SetHwCursor"          # stdcall
  38.         .ascii " -export:HwCursorRestore"      #
  39.         .ascii " -export:HwCursorCreate"       #
  40.  
  41.  
  42.  
  43.  
  44.