Search:

Type: Posts; User: Nutcasey

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,755

    Yeah, i found on the 68000 that BRA.L forces the...

    Yeah, i found on the 68000 that BRA.L forces the branch to a particular size, just what i needed so il use that throughout the program.
  2. Replies
    7
    Views
    2,755

    I'm building this as part of a simple simualtor...

    I'm building this as part of a simple simualtor for my university project, as such i have very little time.

    You were both right by the way, you can specifiy a short branch in the form of "BRA.S"...
  3. Replies
    7
    Views
    2,755

    Here is the Explination of a branch instruction...

    Here is the Explination of a branch instruction as taken from the 68000 manual.

    BRA Branch Always
    (M68000 Family)

    Operation: PC + dn ->PC

    Assembler
    Syntax: BRA < label >
  4. Replies
    7
    Views
    2,755

    68000 assembler (building one that is)

    Hello, im buoilding a basic (if you could call it that), 68000 assembler. Im so far successfully able to assemble a MOVE instruction based on the guidlines found in any 68000 manual

    The main...
  5. Replies
    18
    Views
    3,706

    The idea is to just have the simuator uderstand a...

    The idea is to just have the simuator uderstand a collection of assembly language instructions (not actual 68K binary).

    I only wanna simualte the following instrucitons :

    MOVE
    MOVEA
    ADD ...
  6. Replies
    18
    Views
    3,706

    Yeah ok, any ideas from yourself would be great.

    Yeah ok, any ideas from yourself would be great.
  7. Replies
    5
    Views
    1,104

    I did use the '=='. Its strange, the program...

    I did use the '=='.
    Its strange, the program crashes when it gets to the if statement.
    Any ideas?
  8. Replies
    5
    Views
    1,104

    does it work?

    does it work?
  9. Replies
    5
    Views
    1,104

    A quick question on comparing characters.

    Hello

    For some reason this gives an exception error in my compiler (VS.NET). I have no idea why i cant test a character like this. I'm a little rusty at the moment but i didnt realise i was this...
  10. Replies
    18
    Views
    3,706

    Thanks mate, if you find anything either way then...

    Thanks mate, if you find anything either way then let us know.
  11. Replies
    18
    Views
    3,706

    Despite the 68000 being a cisc CPU i dont think...

    Despite the 68000 being a cisc CPU i dont think it is as complex as any intel CPUs! The best way to understand the instruction set (as well as the flags and addressing modes that will be used) is to...
  12. Replies
    18
    Views
    3,706

    I'm very sorry i should have been more specific...

    I'm very sorry i should have been more specific about what i was basing the simulator on, the CPU that the simulator is based on is the 68000. I'm trying to keep in with the way 68000's instructions...
  13. Replies
    18
    Views
    3,706

    Does anyone know how i might do this? :( ...

    Does anyone know how i might do this?
    :(

    Garry
  14. Replies
    18
    Views
    3,706

    Register tranfer language interpreter in C

    Hello,

    I'm building a CPU simulator for my final year project at university

    I'm trying to make the simulator accept a file that defines each instruction that the simulator supports. It has a...
  15. Replies
    2
    Views
    1,216

    here is the c file:

    here is the c file:
  16. Replies
    2
    Views
    1,216

    Help with pointer arrays please

    Hello,

    i am doing a module at uni that I need your help with. ( in which I'm building a CPU simulator I am writting for my final year project).

    I'm trying to make the simulator accept a file...
Results 1 to 16 of 16