Test ci timeout nop bomb hang.
Some checks failed
Run test asserts / Test-Asserts (pull_request) Failing after 2m4s
Some checks failed
Run test asserts / Test-Asserts (pull_request) Failing after 2m4s
This commit is contained in:
parent
2a13d3d670
commit
7da08eb10d
|
@ -11,6 +11,9 @@ MAIN:
|
||||||
LD C,WRITESTR
|
LD C,WRITESTR
|
||||||
LD DE,TXT_HELLO
|
LD DE,TXT_HELLO
|
||||||
CALL BDOS
|
CALL BDOS
|
||||||
|
NOP_BOMB:
|
||||||
|
NOP
|
||||||
|
JP NOP_BOMB
|
||||||
RET
|
RET
|
||||||
|
|
||||||
TXT_HELLO:
|
TXT_HELLO:
|
||||||
|
|
Loading…
Reference in a new issue