This website requires JavaScript.
Explore
Help
Sign In
Aren
/
kolibrios
mirror of
https://github.com/KolibriOS/kolibrios.git
Watch
1
Star
0
Fork
You've already forked kolibrios
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
kolibrios
/
programs
/
system
/
run
/
trunk
/
run.mac
7 lines
119 B
Plaintext
Raw
Permalink
Blame
History
macro cmp_err code,text_ptr
{
cmp al,code
jne @f
mov [status],text_ptr
@@:
}
Reference in New Issue
View Git Blame
Copy Permalink