Quantcast
Browsing all 152 articles
Browse latest View live

adding two base-10 numbers

[b][red]This message was edited by stevem222 at 2002-9-16 7:42:13[/red][/b][hr][b][red]This message was edited by stevem222 at 2002-9-16 7:37:27[/red][/b][hr]I am very new at this. Just started taking...

View Article


Storing String (Texts) :: ASM

Hi.How do you store a string of characters in a variable or register? -----....DATA// This line works.MyString DB 'testing $'// This line does not work.// MASM error is: error A2084: constant value too...

View Article


newbie - simple program adding three numbers

hello, i am new and I am trying to write this code that adds three numbers. the problem i am having is that it only adds the last two numbers. my code is below(i am using MASM 6.11), please help. Thank...

View Article

SHL command

okay.. I have a little problem understanding the SHL command.Let's take an example:mov bx, 2mov dx, 2mov cl, 8shl bx, clmov cl, 6shl dx, cladd dx, bxnow, the value of dx is 640. (if the example is...

View Article

Recommended ASM 80x86 Reference :: ASM

Hi.I began learning ASM programming a couple of weeks ago. I really enjoy 16bit ASM programming, although I prefer C++. Nonetheless, ASM forces me to appreciate higher level level including C++. It...

View Article


"Project" help needed...

we are building a prototype of a parking control system. i wonder how can we activate the stepper motor using the computer. but before that, the stepper motor will only open if the correct password is...

View Article

adding two numbers with tasm

have I gone too far with this program? I am doing something horribly wrong. I need to add two numbers, and have the answer displayed. We are tasked with writing a a recursive program, adding two...

View Article

need help with v86 mode

hi. i want to write a multitasker for dos. i wrote some programs thatenter PMode and do some stuff but i understand that in order to emulate a real mode environment under PMode i need to use this v86...

View Article


VESA refresh rate control

eloi'm lookin for a specifications of standards: VESA DDC, VESA DMT, VESA VM/GT . and so on: VBE/AI VBE/PMif anybody could help me ... or a short tutorial how tocompute a normalized pixel clock

View Article


Continuous Memory Location :: ASM

Hi.I notice an interesting property of data variables declared in the .DATA section. For example, when you use BYTE swapping i.e. BYTE PSTR VariableName + #bytes, you could actually go belong the...

View Article

Controlling Keyboard LED's

Does anyone have any source i can use for controlling the LED's... It would be very helpful to me.

View Article

Linux and DOS

Is there any difference between assembly programming for a DOS and Linux? Would there be a difference in the opcodes for assembly programming on those Operating Systems?Thanks.

View Article

Assignment help

I need help with converting a 16 reverse polish calculator with keyboard input written in assembler to a 32 bit version with input from a file, must reply before 23rd of september 2002, any help will...

View Article


16-bit, 32-bit, and 64-bit Assembly :: Future

Hi.I began learning 16-bit ASM and practice 16-bit ASM programming under DOS and MASM 6.x three weeks ago. I am very impressed with ASM and the control and simplicity ASM brings to programming. 16-bit...

View Article

32bit Reverse Polish Calculator Help

I have currently recieved and assignment where I am to create a 32bit Reverese polish calculator in assembly language. I am not allowed to use extended registers. Does anyone know where I can get help?

View Article


RandomRange help

[b][red]This message was edited by ajtr211 at 2002-12-14 8:44:31[/red][/b][hr][b][red]This message was edited by ajtr211 at 2002-12-14 8:42:29[/red][/b][hr]I50 Random integers between the range of-20...

View Article

Asm in windows

Can somebody please help me with some programming in windowspush offset lpIconName ;="IDI_APPLICATION",0push 0call LoadIconthis returns 0 WHYYYYYY?

View Article


Use of Assembly

With the Current high level languages and technologies that takes one far far away from the low level implementation, how and why would one need to learn assembly?I guess I am just trying to find...

View Article

asm coding in windows

How do you code with assembler in Windows?In DOS you can use interrupts and ports but what about in Windows?Can DOS and BIOS interrupts be used same way in Windows as in DOS?In generally, how are Win...

View Article

two pass assembler for 8085

Hi folks, Can any one help me to implement two pass assembler for 8085 in vb.net? If u have the code pls do send it to me.

View Article
Browsing all 152 articles
Browse latest View live