Subversion Repositories Kolibri OS

Rev

Rev 890 | Rev 914 | 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"          # cdecl
  7.         .ascii " -export:LoadFile"             # stdcall
  8.  
  9.         .ascii " -export:Kmalloc"              # eax               FIXME
  10.         .ascii " -export:Kfree"                # eax               FIXME
  11.  
  12.         .ascii " -export:UserAlloc"            # stdcall
  13.         .ascii " -export:UserFree"             # stdcall
  14.  
  15.         .ascii " -export:GetPgAddr"            # eax               FIXME
  16.         .ascii " -export:MapIoMem"             # stdcall
  17.         .ascii " -export:CreateRingBuffer"     # stdcall
  18.         .ascii " -export:CommitPages"          # eax, ebx, ecx     FIXME
  19.         .ascii " -export:UnmapPages"           # eax, ecx          FIXME
  20.         .ascii " -export:CreateObject"         # eax, ebx          FIXME
  21.         .ascii " -export:DestroyObject"        # eax
  22.  
  23.         .ascii " -export:RegService"           # stdcall
  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.