7 lines
85 B
Text
7 lines
85 B
Text
|
|
#include <hopper.h>
|
||
|
|
main:
|
||
|
|
s=""
|
||
|
|
{"string to copy"},mov(s)
|
||
|
|
{s}println
|
||
|
|
exit(0)
|