diff --git a/examples/EC19_strTooLarge.s b/examples/EC19_strTooLarge.s new file mode 100644 index 0000000000000000000000000000000000000000..e56e867cba53c0f0e41dda2a475f8021ed3f8648 --- /dev/null +++ b/examples/EC19_strTooLarge.s @@ -0,0 +1,5 @@ +MOV R0 65530 +MOV R4 21 +STR R0 200 R4 +LDR R1 R0 200 +RET R1 \ No newline at end of file