
2021年第一届A2SE编程展览就在这里 ’事半功倍!小时候,我玩过很多基于文本的游戏,尤其是Texttrain(由Beagle Bros开发),各种《星际迷航》游戏,Nethack(在运行Ultrix的旧MicroVAX II上),各种BBS游戏等。这些游戏推动了[…]
With this new release we have direct access to the graphic functions via a jump-table which gives fixed routine calling addresses that will be preserved in future versions of the library. You can call the functions fro AppleSoft (example given on my webpage) or from assembler. Find the new disk image here: http://www.golombeck.eu/index.php?id=48&L=1 Find information […]
A new version of the Double LORES library containing a lot of optimisations and bugfixes is available for download (thx to Roby Sherman for his valuable input / sorry no new features this time!)Download a DSK-image from my website: http://www.golombeck.eu/index.php?id=48&L=1 Solved issues: Mixed mode support bugfixes – PRINT and INPUT statements work as expected DOS disconnection – when issuing a &GR […]
Apple programmer, François Vander Linden , has created a version of the Synergistic 软件 game Bolo, completely in 苹果软件. The original 苹果II game was produced in 1982 and has remained one of the favorite games ever played on the venerable platform. You can download the Disk Image of Bolo in 苹果软件from here://www.hculbb.icu/soft/ap2/games/bolo_fvl.dsk The […]
如果真的考虑过,文本文件就是一种虚拟内存。您可以添加字符串,检索字符串。而且,如果字符串的长度固定,那么您甚至可以替换文本文件中的字符串。但是我发现DOS3.3和Basic.system的文本文件命令非常慢。一些建议是[…]
NuInput, the replacement package for 苹果软件’s INPUT and GET commands has been updated. Ivan Drucker, the author of NuInput and Slammer has made the latest version 2.0, available for immediate download from the NuInput website. NuInput was initially introduced by Ivan at the 2010 rendition of Kansasfest (http://www.kfest.org) as part of a demonstration he did […]
Andres Lozano创建了一种新的编写Applesoft Basic程序的方法,在Apple []世界中称为Loz。 Virtual Basic是一个完整的BASIC,具有与Applesoft相同的所有运算符和命令,不同之处在于,Virtual Basic的编写风格非常类似于现代的其他高级语言[…]
在最近的Comp.Sys.Apple2上,Philip Lord一直在寻找俄罗斯方块的基本列表,这就是Mark Phosis的程序列表。该程序写于1992年,绝对可以进行优化以提高运行速度。绘图图元位于第200和225行。…]