Search:

Type: Posts; User: MaaSTaaR

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,519

    ok .. :) first sorry for my bad question :o ...

    ok .. :)

    first sorry for my bad question :o

    i mean i want some Tutorials talk about programming with C using low-level :)
  2. Replies
    4
    Views
    1,519

    low level Tutorials ?

    Hello ..

    any good links ? :)
  3. Replies
    3
    Views
    1,521

    how i can use assembly with C

    Hello :)

    i tried this code



    asm { mov ah,11 }


    it's show this error for me : parse error before `{' token
  4. Replies
    4
    Views
    1,581

    Hello .. this is errors which show for me when...

    Hello ..

    this is errors which show for me when i try run this code



    unsigned int k_printf(char *message, unsigned int line)
    {
    char *vidmem = (char *) 0xb8000;
    unsigned int i=0;
  5. Replies
    4
    Views
    1,581

    Why this code crash ?

    Hello :)

    i get this code from RYMOS : http://sourceforge.net/projects/rymos



    unsigned int k_printf(char *message, unsigned int line)
    {
    char *vidmem = (char *) 0xb8000;
    unsigned int...
Results 1 to 5 of 5