Description
Ark is an assembly program for running compiled assembly programs from strings in TI-BASIC. It is built for both the TI-83/84s and the TI-84+CSE. Ark will run the compiled assembly programs whether they're archived or not. Ark will load the compiled assembly program into RAM, run it, then re-archive it again.
The example provided in the screenshot is this:
"HELLO":Asm(prgmARK)
This will run the assembly program "prgmHELLO". It will unarchive the program, run it, then re-archive it. As show in the screenshot, the program "HELLO" is stilled archived even after being ran.
You can also load a program from a string variable. Such as:
Disp "Program name:"
Input Str1
Str1:Asm(prgmARK)
Screenshots
Archive Contents
Name | Size |
---|---|
Ark/src/build.sh | 340 bytes |
Ark/src/README.txt | 187 bytes |
Ark/src/bin/ARK.8xp | 523 bytes |
Ark/src/bin/ARKC.8xp | 523 bytes |
Ark/src/include/ti83plus.inc | 104.2 KB |
Ark/src/include/ti84pluscse.inc | 101.3 KB |
Ark/src/z80hex-src/build.sh | 25 bytes |
Ark/src/z80hex-src/z80hex.h | 5.1 KB |
Ark/src/z80hex-src/z80hex.cpp | 3.1 KB |
Ark/src/z80asm-src/z80asm.o | 127.3 KB |
Ark/src/z80asm-src/GPL3 | 34.3 KB |
Ark/src/z80asm-src/TODO | 266 bytes |
Ark/src/z80asm-src/INSTALL | 294 bytes |
Ark/src/z80asm-src/headers/msx2+-bios.asm | 821 bytes |
Ark/src/z80asm-src/headers/msx-bios.asm | 2.7 KB |
Ark/src/z80asm-src/headers/msx2-subrom.asm | 2.9 KB |
Ark/src/z80asm-src/headers/msx2-bios.asm | 968 bytes |
Ark/src/z80asm-src/headers/msxturbor-bios.asm | 864 bytes |
Ark/src/z80asm-src/examples/macro.asm | 1.3 KB |
Ark/src/z80asm-src/examples/hello.asm | 1.2 KB |
Ark/src/z80asm-src/examples/seek.asm | 1.4 KB |
Ark/src/z80asm-src/examples/Makefile | 835 bytes |
Ark/src/z80asm-src/gnulib/getopt.c | 32.0 KB |
Ark/src/z80asm-src/gnulib/getopt.o | 17.8 KB |
Ark/src/z80asm-src/gnulib/getopt.h | 6.0 KB |
Ark/src/z80asm-src/gnulib/getopt1.c | 4.2 KB |
Ark/src/z80asm-src/gnulib/getopt1.o | 19.0 KB |
Ark/src/z80asm-src/gnulib/gettext.h | 3.0 KB |
Ark/src/z80asm-src/COPYING | 792 bytes |
Ark/src/z80asm-src/expressions.o | 64.4 KB |
Ark/src/z80asm-src/expressions.c | 18.2 KB |
Ark/src/z80asm-src/z80asm.c | 60.6 KB |
Ark/src/z80asm-src/z80asm.1 | 9.7 KB |
Ark/src/z80asm-src/z80asm.h | 7.0 KB |
Ark/src/z80asm-src/tests/pass.correct-err | 304 bytes |
Ark/src/z80asm-src/tests/pass.asm | 1.3 KB |
Ark/src/z80asm-src/tests/pass.correct-bin | 42 bytes |
Ark/src/z80asm-src/tests/Makefile | 1.0 KB |
Ark/src/z80asm-src/Makefile | 1.9 KB |
Ark/src/z80asm-src/VERSION | 4 bytes |
Ark/src/z80asm-src/ChangeLog | 7.3 KB |
Ark/src/z80asm-src/.gitignore | 63 bytes |
Ark/src/ark-src/arkc.asm | 2.8 KB |
Ark/src/ark-src/ark.asm | 2.8 KB |
Ark/ARK.8xp | 523 bytes |
Ark/ARKC.8xp | 523 bytes |
Ark/README.txt | 1.0 KB |
- File Size
- 198.6 KB
- Short link
- http://ceme.tech/DL1024
Metadata
- Author
- amihart
- Uploaded
- 9 years, 9 months ago
Statistics
- Rating
- No ratings.
- Downloads
- 752
- Views
- 1795
Reviews
Nobody has reviewed this file yet.Versions
- Ark (published 9 years, 9 months ago; 2014-12-28 02:14 UTC)
Advertisement