add library and example on C--

git-svn-id: svn://kolibrios.org@805 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Alexey Teplov ( 2008-06-25 11:18:14 +00:00
parent 19c4a500e9
commit 0ce1599841
2 changed files with 16 additions and 15 deletions

View File

@ -129,7 +129,7 @@ macro __mov reg,a { ; mike.dld
end if
}
__CPU_type equ p5
__CPU_type equ p6
SYSENTER_VAR equ 0
macro mcall a,b,c,d,e,f { ; mike.dld, updated by Ghost for Fast System Calls

View File

@ -1,6 +1,7 @@
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm kfar.asm kfar
mtappack kfar
@erase lang.inc
@kpack kfar
@pause