Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Basic
Remove
Platform
Any
License
Any
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...
I wrote the following program several years ago, and it is still the easiest way I have found to use the mouse in QBasic programs. Simply copy the Mouse sub-routine into a new program, then call it...
am Jeffrey
am having problem with sending the content
of a datagrid or MSHflexgrid to a printer
can any one help me out.
jeffreybaidoo@yahoo.com
300%), completely support dual core CPU
The following link takes you to a site that has a nice program to print from DOS programs to the USB port. I've used it successfully many times with QBX programs, with just a little tweaking on the...
thank you, vary vary mach.
: 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....
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
yes thats true, but every book of Assembly language include a Portion of Computer Architecture. first you have to clear your basics for Hardware. asm is hardware dependent, for intel, motorola, mac.....
Don't use getchar(), instead use getch() as last statement of your main. getchar() echoes the read byte from keyboard to screen.
To get an idea about how to use Visual Basic in Programming Parallel Port,
Read my article about "Parallel Port Programming in Visual Basic" in my ProgrammersHeaven Blog.
http://www...
Hello,
I am Very new To Qbasic yet have the need to work with the INP command..
Using the parallel port i will be connecting a cable with differing voltages. All I need is for the program to...