+ Reply to Thread
Results 1 to 3 of 3

Thread: Cpu Error 2

  1. #1
    Wirererer Whinis is on a distinguished road Whinis's Avatar
    Join Date
    Jan 2009
    Posts
    148

    Default Cpu Error 2

    so i started to learn cpu as it figured high speed devices might be fun. I loaded up a test program ( 3 infact) and all produced 0 errors however did not work i tried testscreen1 and testscreen and hello world. so i figured i must be doing something wrong.

    next I made a simple cpu program
    Code:
    Start:
    in eax,0
    mov ebx,eax
    out 5,ebx
    jmp Start
    
    however every time I run it I get error 2. so I tried reset clicked the cpu again so that I was sure that the program uploaded and tried it again with same results. repeat 10 times and still no results am i doing something wrong ?

  2. #2
    Wirezard


    Matte is a jewel in the rough Matte is a jewel in the rough Matte is a jewel in the rough Matte is a jewel in the rough Matte's Avatar
    Join Date
    Jan 2009
    Location
    Norway
    Posts
    2,094

    Default Re: Cpu Error 2

    Check your console. Does it say anything about any error there?
    Are you sure you have wired everything up correctly? Did you press enter and load file after writing in the file name? Did you use the .txt file extension in your file name when loading?
    "If anybody says he can think about quantum physics without getting giddy, that only shows he has not understood the first thing about them."
    -- Niels Bohr


  3. #3
    Wirererer Whinis is on a distinguished road Whinis's Avatar
    Join Date
    Jan 2009
    Posts
    148

    Default Re: Cpu Error 2

    well i wrote the file through the ingame code editor and no no console errors.
    and as for wireing simple screen connected toPort0 to A and A button to Port5 and B on screen. I/Obus to port 0 on dataport. clk to a separate toggle button. reset to a non toggle button all buttons have 0-1.

+ Reply to Thread

Similar Threads

  1. e 2 error
    By eduardo in forum Help & Support
    Replies: 7
    Last Post: 03-23-2009, 04:19 AM
  2. E2 Lua Error Help
    By Officer Tibbles in forum Help & Support
    Replies: 5
    Last Post: 02-16-2009, 02:29 AM
  3. normal commands E2 error or scrip error?!?!?!!?
    By oenmaster in forum Bug Reports
    Replies: 3
    Last Post: 01-17-2009, 07:08 AM
  4. Nil Value Error
    By StealthAssassin in forum Help & Support
    Replies: 4
    Last Post: 08-02-2007, 04:50 AM
  5. CPU Error..
    By mad_sprayer in forum Help & Support
    Replies: 6
    Last Post: 03-30-2007, 04:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts