You cannot post messages because this group is only available as an archive.
|
SpeedScript book and source code online
|
| |
The folks at AtariArchives.org are proud to announce that the full text and source code from the book SpeedScript The Word Processor for Atari Computers is now available online. Published in 1985, the book includes the complete, commented assembly language source code for the popular Atari word processor, as well as instructions for... more »
|
|
Algorithm Help
|
| |
Hi all, hope someone can help me with an algorithm. I have a bitmap representing available pages in a file. A GetPage(PageCount) function should return the offset into the file where PageCount of contiguous pages resides. Within the function I have a pointer to the bitmap and want to scan the bitmap until PageCount of free bits is... more »
|
|
Assembly Language Programming for the Atari Computers
|
| |
The full text of the classic computer book Assembly Language Programming for the Atari Computers by Mark Chasin is now available at: [link] Published in 1984, the book is one of the best introductions to Atari assembly language written. Chapters include graphics and sound,... more »
|
|
learning asm.
|
| |
...Before learning assembler you should be reasonably proficient in a higher level compiled language. Java, C, C++, Fortran, or Pascal would be reasonable choices. You should be able to write programs of at least 100 lines in one of those languages, and debug it without help from someone else. I would recommend the assembler language for whichever machine you have... more »
|
|
ICFP Programming Contest (i)
|
| |
----8<----[snip]----8<---- ICFP Programming Contest ======================== There are just ten days to go to the sixth ICFP Programming Contest! Starting at midnight on Saturday morning, June 28th, you can prove once again that your favourite programming language is "the programming tool of choice for discriminating hackers!"... more »
|
|
Machine Language For Beginners book on the Web
|
| |
The team at AtariArchives.org is pleased to announce that the full text of the best-selling book _Machine Language For Beginners_ by Richard Mansfield is now online at [link] Published in 1983 by Compute! Books, this classic book shows BASIC programmers how to program in 6502 machine language. It includes examples and program code... more »
|
|
assembly & VC++ MFC
|
| |
Hello, I write simulations to study the spatial spread of disease. Often, to be sure that the code is doing what we expect, we draw a 2-D representation of the dynamics to a window. The "universe" is essentially chopped up into a grid. The state of a grid cell can be anything such as infected/uninfected... more »
|
|
MS Int 2Eh functions, help!
|
| |
Does anyone know where I can find a list of the sevices offered by int 2Eh? I assume there has to be an include file somewhere with these defined. Thanks!
|
|
|