Search:

Type: Posts; User: bazooka joe

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,637

    .... this code do his job but very slowly ...

    ....
    this code do his job but very slowly


    void putpixel(int x, int y, byte color) {
    asm mov ah,0x0c;
    asm mov al,color;
    asm mov cx,x;
    asm mov dx,y;
    asm mov bx,0x01;
  2. Replies
    4
    Views
    2,637

    compiler: turbo c os: dos this is the result:...

    compiler: turbo c
    os: dos

    this is the result:
    http://uploaded.fresh.co.il/3f65febb34c60223.rar
  3. Replies
    4
    Views
    2,637

    Help me please....

    What wrong here?


    #include <conio.h>
    #include <dos.h>

    #define WIDTH 640
    #define HEIGHT 480

    typedef unsigned char byte;
Results 1 to 3 of 3