0 Members and 5 Guests are viewing this topic.
:.Add 2 vectors:.Vector 1 pointer in r1:.Vector 2 pointer in r2:.Resultant vector pointer in r3:Lbl ADD:{r1}r+{r2}r->{r3}r:{r1+2}r+{r2+2}r->{r3+2}r:Return
:.Initialize vector A with (10,20):10->A:20->B::.Initialize vector C with (5,-10):5->C:-10->D::.Add the vectors and store the result into vector E:sub(ADD,°A,°C,°E)
I think I will give a warning message from now on when the size passes 8812 bytes.
I would suggest you only say that when code passes that mark, but then I remembered that you decided to mix subroutines and code