diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2021-08-18 17:31:19 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2021-08-18 17:31:19 -0400 |
| commit | 9a6959b2700ec54392fb2ffb145bacae66fc2269 (patch) | |
| tree | 34704cfbbb55e349ab91c09138911f2906e90988 /FibFinder/obj/icon.src | |
initial commit
Diffstat (limited to 'FibFinder/obj/icon.src')
| -rw-r--r-- | FibFinder/obj/icon.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FibFinder/obj/icon.src b/FibFinder/obj/icon.src new file mode 100644 index 0000000..06a2ac6 --- /dev/null +++ b/FibFinder/obj/icon.src @@ -0,0 +1,9 @@ + section .icon + + jp ___prgm_init + db $02 + + public ___description +___description: + db "Fibonacci Number Finder", 0 +___prgm_init: |
