20 Commits

Author SHA1 Message Date
Brendan Robert
ce63c91ff3 Shorter
Also preserves the original features where some threads are spaces and not characters.  The loop forever is accomplished with a never-ending for loop allowing the init line to be combined with the start of the main loop.  Next statements work the same as GOTO but they allow jumping back to the middle of a line. 😄  The INT statements are mostly unnecessary since apple basic treats everything as floating point and it is the functions themselves that strip off the mantissa and use the integer portion.  If you run a value through INT and store it into a variable, it will be converted back to float anyway so it just wastes CPU cycles.  I do use INT in one place to normalize a value as 0 or 1, and that is also how I eliminate an if statement by just multiplying the result by 96 -- it will either be 0 (space) or some other character as a result, etc.
2022-01-05 16:25:41 -06:00
Neil Kandalgaonkar
c845a08095 link to bruno's profile 2021-03-23 18:28:01 -07:00
Neil Kandalgaonkar
5d385fac1d assembly project 2021-03-23 18:27:32 -07:00
Neil Kandalgaonkar
f59f3b7e35 Rename MATWEET to MATWEEX 2020-10-21 16:50:49 -07:00
Neil Kandalgaonkar
163c7318af Note about MATWEEX 2020-10-21 16:50:24 -07:00
Neil Kandalgaonkar
4fd5fc7d10 Tweet-brevity version 2020-10-21 16:45:29 -07:00
Neil Kandalgaonkar
260fad3293 Update README.md
Step by step instructions for running
2017-12-13 20:45:15 -08:00
Neil Kandalgaonkar
cec20b3dfc Fix issues #1, #4
From suggestions by @badvision: Added the POKE call to get all 24 lines, and the semicolons seem to have fixed the occasional line which somehow advanced the whole screen. Also added more comments and removed leading spaces
2016-08-04 10:02:54 -07:00
Neil Kandalgaonkar
a44b9837f7 Update credits for photo 2014-01-31 19:25:10 -08:00
Neil Kandalgaonkar
6c962364e4 Add photo to readme 2014-01-31 19:23:37 -08:00
Neil Kandalgaonkar
812232121e add notes about js emulator 2013-05-06 04:38:47 -03:00
Neil Kandalgaonkar
8c009d35ae credits 2013-05-06 04:35:55 -03:00
Neil Kandalgaonkar
dc0122668c We can make this a bit bigger
Uncertain why we can't use 23 or 24 though
2013-05-06 04:34:11 -03:00
Neil Kandalgaonkar
1980102339 avoid htab 0 (illegal) 2013-05-06 04:33:29 -03:00
Neil Kandalgaonkar
e6b600a38b typo fix 2012-10-09 12:24:29 -07:00
Neil Kandalgaonkar
b18d811ac6 formatting README headers 2012-10-09 12:23:07 -07:00
Neil Kandalgaonkar
b66e082989 added MIT License minus distribution requirement 2012-10-09 12:17:00 -07:00
Neil Kandalgaonkar
e5e9bd4a53 put photos on their own lines 2012-10-09 12:11:44 -07:00
Neil Kandalgaonkar
cdcf24328c update README with info and sightings, add the program 2012-10-09 12:10:42 -07:00
Neil Kandalgaonkar
d006de3614 Initial commit 2012-10-09 11:59:15 -07:00