Source code of the dummy executables

This commit is contained in:
oliveriandrea 2018-03-22 10:45:35 +01:00 committed by GitHub
parent db2ccf5297
commit e79c2d77c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.text
.globl __start
__start:
nop

View File

@ -0,0 +1,4 @@
.text
.globl __start
__start:
nop

View File

@ -0,0 +1,4 @@
.text
.globl main
main:
nop

View File

@ -0,0 +1,4 @@
.text
.globl _start
_start:
NOP 0x0

View File

@ -0,0 +1,4 @@
.text
.globl __start
__start:
nop

View File

@ -0,0 +1,4 @@
.text
.globl __start
__start:
nop

View File

@ -0,0 +1,4 @@
.text
.globl _main
_main:
nop

4
data/arch/src/nop.asm Normal file
View File

@ -0,0 +1,4 @@
.text
.globl _start
_start:
nop