diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-18 13:10:22 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-18 13:10:22 +0100 |
| commit | fbd41a98e2d9ab1e0e1eb63d46f066da3faf134e (patch) | |
| tree | e654b7ae49b9a4ef63911d881a4df53924bc6272 | |
| parent | c2c33f2e930e7d2ae4b4439caf41130004690c18 (diff) | |
MP/CC Revision 93:
New sample progeams in 32x0 drivers.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | 32x0-Drivers/bin/.gitkeep (renamed from 64x0-Drivers/bin/SourceUnitTest/.gitkeep) | 0 | ||||
| -rw-r--r-- | 32x0-Drivers/bin/Source/.gitkeep | 0 | ||||
| -rw-r--r-- | 32x0-Drivers/bin/Source/hello_world.32x | 3 |
3 files changed, 3 insertions, 0 deletions
diff --git a/64x0-Drivers/bin/SourceUnitTest/.gitkeep b/32x0-Drivers/bin/.gitkeep index e69de29..e69de29 100644 --- a/64x0-Drivers/bin/SourceUnitTest/.gitkeep +++ b/32x0-Drivers/bin/.gitkeep diff --git a/32x0-Drivers/bin/Source/.gitkeep b/32x0-Drivers/bin/Source/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/32x0-Drivers/bin/Source/.gitkeep diff --git a/32x0-Drivers/bin/Source/hello_world.32x b/32x0-Drivers/bin/Source/hello_world.32x new file mode 100644 index 0000000..e8c7d31 --- /dev/null +++ b/32x0-Drivers/bin/Source/hello_world.32x @@ -0,0 +1,3 @@ +foo: + nop + jmp $
\ No newline at end of file |
