zasm assembly compiler support next instruction (jmp; inc; mov 32bit, 32bit; hlt...
commita7817262a07202698063e68bcc1e694825a04e2b
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 22 Oct 2008 17:45:04 +0000 (22 19:45 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 22 Oct 2008 17:45:04 +0000 (22 19:45 +0200)
tree22b366a8b6afdbcf2e4aa97ab0089fb8bfe10471
parent887c61caacad1134b4046fe344da915f55506a88
zasm assembly compiler support next instruction (jmp; inc; mov 32bit, 32bit; hlt) and was improved; system call with id 4
(sleep) was rewrited to non-blocking in meaning - not block a other processes
apps/zasm/README [new file with mode: 0644]
apps/zasm/main.c
apps/zasm/source.c
apps/zasm/source.h
apps/zasm/src
kernel/.config
kernel/arch/i386/syscall.c