diff options
Diffstat (limited to 'asm/gap1.s')
-rw-r--r-- | asm/gap1.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/gap1.s b/asm/gap1.s new file mode 100644 index 00000000..b71ccde3 --- /dev/null +++ b/asm/gap1.s @@ -0,0 +1,4 @@ + .section .text + .rept 0x1E0 + .byte 0xFF + .endr |