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