System Software – SIC/XE program to copy a character string to another string

Problem Statement

Write a SIC/XE program a program to copy a character string to another char string

Solution

Line NumberCodeComments
1LDA #5 
2STA ALPHA 
3LDA #90 
4STCH C1 
5ALPHA RESW 1 
6C1 RESB 1