Search:

Type: Posts; User: Tien Nguyen

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    15,657

    Okay! Down to business... actually our hobby. ...

    Okay! Down to business... actually our hobby. You know stamp collectors have cool stamps. So that is their hobby and their talent. My hobby is Borland Turbo Assembler 4.1 and Borland Turbo C...
  2. Replies
    22
    Views
    15,657

    God, Jesus Christ, is number one! Bless GOD,...

    God, Jesus Christ, is number one! Bless GOD, Jesus Christ, The Holy Spirit, and Mary. Then bless my real mom Huong Thi Thuyen Vu. Honours to my real mom Huong Thi Thuyen Vu. Honours to my real...
  3. Replies
    14
    Views
    6,432

    Here is a link to my most recent game for FREE! ...

    Here is a link to my most recent game for FREE! It is done all in 16bit Borland Turbo C 2.01 mixed with Borland Turbo Assembler 4.1: XP16BIT

    It was designed to run in any 32bit OS such like...
  4. Replies
    9
    Views
    13,887

    Get out of here Satan! All you do is destroy...

    Get out of here Satan! All you do is destroy people's lives. Jesus Christ only came to save lives!!!
  5. Replies
    22
    Views
    15,657

    p8086 model small codeseg startupcode mov...

    p8086
    model small
    codeseg
    startupcode

    mov al, 19
    mov ah, 0
    int 10h

    continue:
  6. Replies
    9
    Views
    13,887

    No in honour of my real dad Nguyen Binh Thuy who...

    No in honour of my real dad Nguyen Binh Thuy who took engineering and has much engineering knowledge like thermal dynamics etc. In honour of my real mom Huong... To my friend working at Microsoft...
  7. Replies
    14
    Views
    8,508

    You accuse me of lying about my experiences...

    You accuse me of lying about my experiences before. I have NEVER once lied about my experiences. I went to Lehigh Carbon Community Colllege in the state of Pennsylvania from 1990 to approximately...
  8. From what I remember of Calculus (I'm not sure of...

    From what I remember of Calculus (I'm not sure of Differential Equation) it is like Sum to infinity, Area under a curve, etc. That is not too hard to do in Borland Turbo C 2.01. The only problem is...
  9. Replies
    22
    Views
    15,657

    8086 instructions...

    8086 instructions

    I've found the above link. I think it should be somewhat compatible with the assembly language for the 8086 chip set. The official Borland Turbo Assembler 4.1 and the official...
  10. Replies
    22
    Views
    15,657

    Okay 2 pages hehe

    Okay 2 pages hehe
  11. Replies
    22
    Views
    15,657

    For your reference: I've completed the whole...

    For your reference: I've completed the whole course 630 pages of text and now I'm condensing everything within 1 page for you on this website.
  12. Replies
    22
    Views
    15,657

    So if you have problem running any of the...

    So if you have problem running any of the programs just let me know and I'll try to help.
  13. Replies
    22
    Views
    15,657

    ...then you have to link it with: TLINK...

    ...then you have to link it with:

    TLINK filename.ext

    once you TASM and TLINK you should now have filename.exe

    All you have to do is type:

    filename
  14. Replies
    22
    Views
    15,657

    Jesus! The way you compile is you type: TASM...

    Jesus! The way you compile is you type:

    TASM filename.ext

    filename is your program name
    ext is the extension you save it
    Windows usually default to txt
  15. Replies
    22
    Views
    15,657

    Now for our simple purpose we will attempt to run...

    Now for our simple purpose we will attempt to run the above program that puts a dot on the screen. So try to enter the program in the text editor of your choice. Some people prefer to use the text...
  16. Replies
    22
    Views
    15,657

    I forgot to mention you need a "tlink.exe" too...

    I forgot to mention you need a "tlink.exe" too from VETUSWARE.COM - the biggest free abandonware collection in the universe if they have it.
  17. Replies
    22
    Views
    15,657

    Okay this is the easy part. If you have Windows...

    Okay this is the easy part. If you have Windows you can use Notepad (my favorite) to enter you assembly language in. Notepad should be available from Microsoft Windows XP to Microsoft Windows 10. ...
  18. Replies
    22
    Views
    15,657

    Notice it says x86 emulator. It just means...

    Notice it says x86 emulator. It just means 8086/8087 emulator too built-in.
  19. Replies
    22
    Views
    15,657

    I know. I know you hate DOSBox 0.74. Well, I'm...

    I know. I know you hate DOSBox 0.74. Well, I'm giving you the free link and better get it while it lasts for free: DOSBox, an x86 emulator with DOS

    Once you have DOSBox 0.74 you are almost...
  20. Replies
    22
    Views
    15,657

    Jesus Christ! If you really look you will notice...

    Jesus Christ! If you really look you will notice that the 8086/8087 chip deals with interrupts to accomplish all its tasks. When you see "int" it means activate interrupt.
  21. Replies
    22
    Views
    15,657

    Okay so here we go. The 8086/8087 chip has a...

    Okay so here we go. The 8086/8087 chip has a graphics mode. If you really wanted to program a video game then this is where it starts.



    p8086
    model small
    dataseg
    udataseg
    codeseg...
  22. Replies
    34
    Views
    8,408

    I am talking to my cousin from time to time since...

    I am talking to my cousin from time to time since my cousin likes to follow me around!
  23. Replies
    14
    Views
    8,508

    You are certainly right about some things? I...

    You are certainly right about some things? I write program that works. I expect that a real world situation is where a program just works! If you nitpick you may never get the job done on time and...
  24. Replies
    14
    Views
    8,508

    Jesus Christ! Bless GOD, Jesus Christ, The Holy...

    Jesus Christ! Bless GOD, Jesus Christ, The Holy Spirit, and Mary# Then bless my real mom Huong Thi Thuyen Vu. Honours to my real mom Huong Thi Thuyen Vu. Honours to my real dad Nguyen Binh Thuy. ...
  25. Replies
    14
    Views
    8,508

    #include #include #include...

    #include <math.h>#include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #include <conio.h>


    unsigned long playerone()
    {
    int dice, risk1 = 0;
    unsigned long score;
Results 1 to 25 of 182
Page 1 of 8 1 2 3 4