Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Forum Post

Help For A Beginner

Hi all, I am a beginner in assembly. I prefer masm16. It seems right to choose it for me as a beginner. I have studied the language basics. Now I am practising by writing some code. I want to...
Forum Post

Re: need some help with basic instructions

thank you, vary vary mach.
Forum Post

Re: need some help with basic instructions

: Can I use a negative num as operand? : for exmple: : add eax, -1 : or : sub eax, -1 Yes. : Can I use dec, when the register's value is 0? : for exmple: : mov eax,0 : dec eax Yes....
Forum Post

need some help with basic instructions

Can I use a negative num as operand? for exmple: add eax, -1 or sub eax, -1 Can I use dec, when the register's value is 0? for exmple: mov eax,0 dex eax
Forum Post

Re: Convert qBASIC to VBA

0 Then : result = c(i) & " x " & b(i) : Cells(40 + d, 81 + e) = result : If a = 0 Then e = e + 1 : End If : Next i : d = d + 1 :
Forum Post

Re: Convert qBASIC to VBA

0 Then result = c(i) & " x " & b(i) Cells(40 + d, 81 + e) = result If besteachtype = 0 Then e = e + 1 End If Next i d = d + 1
Forum Post

Re: Convert qBASIC to VBA

0 Then result = c(I) & " x " & b(I) End If Cells(40 + d, 81) = result '**STORE IN YOUR COLUMN d = d + 1 Next I
Forum Post

Convert qBASIC to VBA

0 Then result = C(I) & " x " & B(I) End If Next I Cells(40 + d, 81) = result d = d + 1 where "result" is defined as a string. The problem is that I only get the last...
Forum Post

Re: 8085 Programming Help

If its easier to be done in C++, how is programming like ? Isn't it that 8085's assembly language is the basic ?
Forum Post

Re: QBasic 4.5 Variable Ranges?

: That information should be available in the online help within : QBasic, if I remember correctly. If you don't have the full version, : you can download it at : http://www.qbcafe...
Forum Post

Re: masm software

: which website provides this environment to execute the 8086 : programs? I am not sure what you mean here... : moreover how to write a program in masm-8086 using : procedures. In NASM,...
Forum Post

Re: MARIE Code

: Sum:= 0; : for X := 1 to 10 do : Sum:= Sum + X; : : I am trying to write this code in MARIE but i have no idea where to : start. Can someone walk me through this process step by step? :...
Forum Post

Re: marie simulator help!!

: : : hey, i have a problem in marie and i need help!!. i need to raise an : : : interger to a given power. so if n=5 and p=3, then 5^3=125. Thanks! : : : : : : : Use a loop to multiply n for...
Forum Post

MBasic (old) VS MBasic (new)

There is a MBasic that is associated with programming Microchip's line of PIC microcontrollers. Then there is the old Microsoft MBasic which was the predessesor of GW Basic and Quick Basic. Are...
Forum Post

Re: please help me!

: hello! Is it possible to create a program using visual basic to send : sms from computer to cell phone and receive sms from cell phone to : computer? What are the materials that I need except...
Forum Post

Re: please help me!

: : : hello! Is it possible to create a program using visual basic to send : : : sms from computer to cell phone and receive sms from cell phone to : : : computer? What are the materials that I...
Forum Post

please help me!

hello! Is it possible to create a program using visual basic to send sms from computer to cell phone and receive sms from cell phone to computer? What are the materials that I need except for the...
Forum Post

Re: Help understanding source code

: : Tha Art of Assembly is a great online book (and is probably the most : recommended): : : http://webster.cs.ucr.edu/AoA/DOS/index.html : : I can put comments on each line, if you like,...
1 2 3 4 5 6 7 8  Next
 

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.