diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 13:24:36 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 13:24:36 -0400 |
| commit | 5379b962bc177f26f550a23fb9685ca49a048076 (patch) | |
| tree | 9237b71a411b5a79e9b5b576db1f217b59d24ef6 /tnslc/dummy.S | |
| parent | f4bc4570be7a51b00bf44d5bd4be99108dd94a30 (diff) | |
Update license date
Diffstat (limited to 'tnslc/dummy.S')
| -rw-r--r-- | tnslc/dummy.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tnslc/dummy.S b/tnslc/dummy.S new file mode 100644 index 0000000..5c0d094 --- /dev/null +++ b/tnslc/dummy.S @@ -0,0 +1,8 @@ +.global _start + +.text +_start: + ret + +.data + |