Hello. I've been learning assembly from
http://burks.brighton.ac.uk/burks/language/asm/asmtut/asm1.htm#toc
But now it seems that it does not work on my computer?
I have a sony vaio
pentium 4 @ 3E ghz
Anyone know of a good tutorial for me? I coulnd't find any on the site :-\
http://burks.brighton.ac.uk/burks/language/asm/asmtut/asm1.htm#toc
But now it seems that it does not work on my computer?
I have a sony vaio
pentium 4 @ 3E ghz
Anyone know of a good tutorial for me? I coulnd't find any on the site :-\
I've skimmed through that tutorial and it looks like it teaches assembly from the MS-DOS point of view. Just compile the programs starting at the offset 100 (OFFSET 0x00000100) and read up on DOS interrupts and you will be fine.
You'd best be studying asm from Iczellion's tutes (search this board) - to code Win32 applications. The 16-bit limitations are just pain in the ass.