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 /rng/obj/icon.src | |
initial commit
Diffstat (limited to 'rng/obj/icon.src')
| -rw-r--r-- | rng/obj/icon.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rng/obj/icon.src b/rng/obj/icon.src new file mode 100644 index 0000000..27bbc45 --- /dev/null +++ b/rng/obj/icon.src @@ -0,0 +1,9 @@ + section .icon + + jp ___prgm_init + db $02 + + public ___description +___description: + db "Random Number Generator", 0 +___prgm_init: |
