summaryrefslogtreecommitdiff
path: root/FibFinder/obj/icon.src
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-08-18 17:31:19 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2021-08-18 17:31:19 -0400
commit9a6959b2700ec54392fb2ffb145bacae66fc2269 (patch)
tree34704cfbbb55e349ab91c09138911f2906e90988 /FibFinder/obj/icon.src
initial commit
Diffstat (limited to 'FibFinder/obj/icon.src')
-rw-r--r--FibFinder/obj/icon.src9
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: