mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
26da232cbd
Provide a simple example simulator for people porting to new targets to use as a reference. This one has the advantage of being used by people and having a fun program available for it. It doesn't require a special target -- the example simulators can be built for any existing port.
11 lines
120 B
ArmAsm
11 lines
120 B
ArmAsm
# check that the sim doesn't die immediately.
|
|
# mach: example
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
NOOP
|
|
NOOP
|
|
NOOP
|
|
pass
|