gitee.com/quant1x/num@v0.3.2/asm/demo/cpp/add.c (about)

     1  void Add(int* f, int* result) {
     2   *result = *f;
     3  }