Test timeout nop bomb #2

Open
willemtsade wants to merge 4 commits from test_ci_fail_hang into master
Showing only changes of commit 7da08eb10d - Show all commits

View file

@ -11,6 +11,9 @@ MAIN:
LD C,WRITESTR
LD DE,TXT_HELLO
CALL BDOS
NOP_BOMB:
NOP
JP NOP_BOMB
RET
TXT_HELLO: