Monday, December 27, 2010

Come on, let's use DOS emulator together in PPC learning C language!!

  • DOS emulator PocketDOS V1.12.1 Chinese version
  • Synopsis: a practice in DOS command execution on PPC, basically a previous classic DOS games to run, such as the three kingdoms, the beauty of girls dream factory, great navigation, and so on. 【 Installation instructions 】 put the Program Files on the card, in the root directory run on ppc, complete ROM install ROMDOS_622SUV.CAB. Start pocketDOS.exe, automatically loaded DOS6.22. Integration, integrated TC2.0 masm5.0 assembler. ...
  • Click to download

    1. first of all in http://soft.shouji.com.cn/down/17642.html integrates TC environment pocketDOS Simulator; 2, extract after we found is a folder named PocketDOS, open the folder inside the program files folder, inside another folder that will be the PocketDOS PocketDOS folder replication to cell phone program files directory (note, not storage card program files folder, but the mobile phone's own memory); 3. open the phone, installing PocketDOS folder ROMDOS_622SUV.CAB inside, it is best to choose to install in the phone's own memory. 4. open after installing PocketDOS folder inside pocketDOS.exe we entered the DOS environment, HA HA:

    5. Enter TC and carriage-return, enter the TC environment:

    6, we also need to set out the relevant directory, press ALT + O, and select the Directories that will include inside directories set to S:\TC\INCLUDElibrary directories set to S:\TC\LIB "S:\" represents "phone memory" \program files\pocketDOS\

    7. set up after we start now: press ALT + F to select NEW, and began to write code that I wrote a "HELLO WORLD":

    8, finished after pressing ALT + C selected build all began compiling a connection:

    After the success of 9, by pressing ALT + R to start running, well, well!

    10, you can also use the DOS emulator play DOS games Oh, will download a copy of DOS games to pocketDOS directory, and then go to the DOS environment, you can run the game.

  • No comments:

    Post a Comment