Initial Commit
This commit is contained in:
17
C264k/nop.z80
Normal file
17
C264k/nop.z80
Normal file
@@ -0,0 +1,17 @@
|
||||
org 0
|
||||
loop:
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
jp loop:
|
||||
Reference in New Issue
Block a user