TPT Processor

  • xetalim
    31st Aug 2013 Member 0 Permalink

    @hittox (View Post)

     stop the trolling.

  • SCP-173
    31st Aug 2013 Member 0 Permalink

    The only problem here is

     

    I don't see the uses/point of processors on tpt

  • xetalim
    31st Aug 2013 Member 0 Permalink
    This post has been removed by jacob1: flame
  • Box-Poorsoft
    31st Aug 2013 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited once by Box-Poorsoft. Last: 31st Aug 2013
  • Incredy
    1st Sep 2013 Member 0 Permalink
    This post has been removed by jacob1: response to flame (offtopic from original post)
  • china-richway2
    1st Sep 2013 Member 0 Permalink

    @SCP-173 (View Post)

    Yes, I know many people will have this question. You will know after you know how this save works.

    @xetalim @Box-Poorsoft @Incredy

    Offtopic so much

     

    EDIT: My new program! Calculates factorial. Below is my draft:

     

    OR D,1 ; set D = 1

    loop:

    ADD A,1 ; A stores the current number to be multiplicated

    OR B,A ; B=A

    ; the below instructions calculates D * A and stores in E. And then writes to D

    ; repeat 32 times, C is counter, D is the last value, E will store the result

    XOR E,E

    OR C,100000

    ; repeat

    repeat_1

    SUB C,1

    ; Shift left B And E

    ADD E,E

    ADD B,B

    ; Add if carry

    JNC not_carry_1

    ; Add

    ADD E,D

    not_carry_1:

    OR C,C

    JNZ repeat_1

    ; E -> D

    XOR D,D

    OR D,E

    ; store result

    RAMW D,A ; address = A and value = D

    XOR B,B

    CMP A,1000 ; calculate up to 8

    JNZ loop

    END

    Edited 7 times by china-richway2. Last: 1st Sep 2013
  • xetalim
    1st Sep 2013 Member 0 Permalink

    OFFTOPIC:

     

     

    @xetalim (View Post)

     Wait what?

    Thats not flame, that is saying that something in TPT does not have to make sense.

     

    @china-richway2 (View Post)

     I dont understand either of these.

  • china-richway2
    1st Sep 2013 Member 0 Permalink

    @xetalim (View Post)

    However I agree with jacob1: Every word he said are against SCP-173

    I need someone who was good at processors to test the program for me and tell me what's wrong. Thanks

  • china-richway2
    8th Sep 2013 Member 0 Permalink

    I think this is perfect and changes TPT history but why it's not my highest voted save?

  • xetalim
    8th Sep 2013 Member 1 Permalink

    @china-richway2 (View Post)

     One thing: People don't understand it so they don't like it.