nsvtl_repository_has_VTL-2.asm (Plain text) |
reiisi |
2022-09-25 22:09 |
Just a note about moving the VTL-2 68XX working files. |
VTL-2_CoCo_translit.asm (Asm) |
reiisi |
2022-09-19 20:15 |
This should give you vtl-2 running on the Tandy/Radio Shack Color computer 1 or 2 in a 16K or better RAM configuration. You can assemble it with lwasm from lwtools. It's a transliteration, and barely uses any of the resources specific to... |
コピー: やるオプーナ (AA (Ascii Art)) |
bokunoch |
2022-09-18 22:15 |
やるオプーナ。AAテスト用。ja.wikipedia.org/wiki/やる夫 より。 |
<script>alert('Hacked By Mr.J4CK')</script> (HTML) |
jackxcode404 |
2022-09-11 21:03 |
<script>alert('Hacked By Mr.J4CK')</script> |
Hacked By Mr.J4CK (HTML) |
jackxcode404 |
2022-09-11 21:03 |
<script>alert('Hacked By Mr.J4CK')</script> |
extract.c (C) |
alaskanemily |
2022-09-11 05:57 |
A very simplistic dumper for file entries for Clockwork Knight 1.
I'm hoping to expand this so that I can reverse engineer the archive format used. |
VTL-2_MC10.asm (Asm) |
reiisi |
2022-09-03 22:09 |
This should give you vtl-2 running on the Tandy/Radio Shack MC-10, even in a stock 4K RAM configuration. You can assemble it with my asm68c assembler. |
vtl-2_6801_exorsim.asm (Asm) |
reiisi |
2022-09-03 17:40 |
Source code that runs VTL-2 on my fake 6801 simulator based on Joe H. Allen's EXORsim. Should be modifiable to run on a variety of hardware, No longer uses stack blasting, which will play nicer with interrupts. Can be assembled with my a... |
vtl-2_6801_exorsim_stkblast.asm (Asm) |
reiisi |
2022-09-03 17:34 |
Source code that runs VTL-2 on my fake 6801 simulator based on Joe H. Allen's EXORsim. Should be modifiable to run on a variety of hardware, but uses stack blasting, which will play hob with interrupts. Can be assembled with my asm68c. T... |
VTL-2_MC10_dbg-keyecho.asm (Asm) |
reiisi |
2022-08-28 19:58 |
This is a step on the way to getting vtl-2 running on the Tandy/Radio Shack MC-10. I wasn't seeing anything that I typed in, so I inserted some debugging stores to screen area to get a look at what was happening on keyboard read. Turned ... |