add asm transfer example by Perelyn-sama · Pull Request #527 · solana-developers/program-examples

@Perelyn-sama

dev-jodee

import { start } from "solana-bankrun";

describe("transfer-sol", async () => {
console.log("transfer-sol");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you implement the ts tests as well

# This script is for quick building & deploying of the program.
# It also serves as a reference for the commands used for building & deploying Solana programs.
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same issues as other repo, non existing path


.equ INSTRUCTION_DATA_LEN, 0x7938
.equ INSTRUCTION_DATA, 0x7940
.equ PROGRAM_ID, 0x7940

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused const