No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: [QUOTE=Efius]It would really be nice if the floppy could understand the other format. I don't think I ever used quick format on the other disks but according to my PC, I must have. If you here of a way to get the drive past this little deal, let me know. … | |
I didn't get any response on my last post, so I'll try one more. I can't figure out why the comparison is failing. I would like to be able to use the extended ASCII characters instead of intergers if the API allows it. Thanks. .data sec BYTE "Wie Viel",0 ; … | |
Is there someone who can help me with this ? I also put some comments with some questions as well. Thanks. [code] ; crypt3.asm This is supposed to making a registry key, but isn't. ; Compiles OK, but not working at present. ; Help from Paul Brennick, .386 .model flat, … | |
Can you still use BIOS functions win 32 bit programs? Thanks. | |
Is there someone who could help me convert this to Tasm style. Thanks. [code] ; celsius.asm Nasm code ; Need this converted to Tasm style ; so I can help him BITS 16 ;16 bit instructions used ORG 100h ;start of .com program SECTION .text ;text section follows main: mov … | |
I am currently learning 32 bit Win programming in assembly. I used to write in C and C++ but didn't like the code bloat. My hobbies are photography, stamp collecting, wood working, and bike riding. Thanks. |
The End.