BBS: MOONFLOWER Date: Sun Mar (13:07) Number: 106 From: ELVIS #1 @9990 Refer#: NONE To: Recvd: YES Subj: OKOKOKOK Conf: (19) The Progra
Re: OKOKOKOK By: Russ #87 @3454 VirtualNET > Obviously, I have not used any of the new BASICS, but I think that anyo Obviously. > who wants to argue that any BASIC is better than 'C' is fighting a losing > battle. How fast is BASIC compared to 'C'? How much room difference is there I program in both C and BASIC, and BASIC is very nice for a lot of things. You can get a lot done with fancy screen output (256 color VGA is built in) without worrying about a lot of details. > Can you use interupts easily (with JUST BASIC CODE)? inregs.ax = &H0000 inregs.bx = &H0034 CALL INTERRUPT(&H21, inregs, outregs) ' look ma, I just called int 21h ----- /* origin: */ main(){int i=0;while(putchar(i++["Htdgjrhvm*MN`\xE"]-i));}
Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET