Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4106
Number of posts: 14016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
Com Ports and Assembler Posted by Maestro on 10 May 2000 at 1:55 PM
hello.....i've recently begun coding using Pascal...and can someone tell me<br>
what the built in assembler is and what are it's uses? the second question <br>
what are Com Ports and what can i do with them<br>
keep it real<br>
Maestro<br>



Edit Report
Re:Assembler Posted by meisi on 12 May 2000 at 2:24 PM
It is a fact, that the Pascal-Language isnt very fast. So if you need the maximum power, you processor can give you - use assembler.<br>
(or if you need some int-calls)<br>
With the inline assembler, you can comfortably include assembler-programms in your pascal program.<br>
<br>
like: (turn mouse-cursor on)<br>
<br>
asm<br>
mov ax,1<br>
int 33h <br>
end;<br>
<br>
but if you just started in pascal, forget asm <br>
for a few month....:)<br>



Edit Report
Re: Com Ports Posted by meisi on 12 May 2000 at 2:32 PM
What can i do with com-ports: <br>
this is a funny question. you could also ask:<br>
"what can i do with the keyboard-connector?"<br>
<br>
a COM-port connects your pc with other devices, like mouse, modem, track-ball, etc...<br>
<br>
you can build yourself some circuits and connect them to the com-ports to controll, lights, motors, etc... (like i do - for this pascal is just perfect!)<br>
<br>
<br>






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.