stop the trolling.
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
OFFTOPIC:
Wait what?
Thats not flame, that is saying that something in TPT does not have to make sense.
I dont understand either of these.
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
I think this is perfect and changes TPT history but why it's not my highest voted save?
One thing: People don't understand it so they don't like it.