Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3870 → Rev 3871

/programs/system/pcidev/trunk/PCIDEV.ASM
18,13 → 18,6
; and display basic information about each device
; connected to the PCI Bus.
;***************************************************************
;-----------------------------------------------------------------------------
 
include 'lang.inc' ;language support
include '../../../macros.inc'
 
include '../../../develop/libraries/box_lib/load_lib.mac'
;-----------------------------------------------------------------------------
use32
org 0x0
db 'MENUET01' ; 8 byte id
36,6 → 29,10
dd 0 ; I_Param
dd path ; APPLICATION PATH
;-----------------------------------------------------------------------------
include 'lang.inc' ;language support
include '../../../macros.inc'
include '../../../develop/libraries/box_lib/load_lib.mac'
;-----------------------------------------------------------------------------
@use_library ; load_lib macro
;-----------------------------------------------------------------------------
START: