- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
I'm just me
- Interests
- computing
Re: just learn asm, I started from emu8086.com | |
Re: i use pure assembly, ur willing to run with that? | |
hi, i have been able to map the 1st 4MBs of the memory but now i am trying to create an allocator. it 1st checks for enought memory using the BITMAP method, then after that it allocates areas where the PDE and all its PTEs will stay. Now i need … | |
Hi people, im creating an operating system, 32bit, protected mode, vesa... a complete o/s i need your help in anyway, coding, funding, ideas. i will post my operating system image for you people to sample and you may join me in creating it.... the posting will be done in less … | |
I know how to print forms in vb but i wanted to change the page orientation to landscape but the code in the help file is [COLOR=red]:evil:form1.orientation=1 '1 for landscpe and 2 for prtrait:evil:[/COLOR] [COLOR=#ff0000][/COLOR] [COLOR=black]this doesn't work please help[/COLOR] | |
Re: [QUOTE=;][/QUOTE] hey the segment register and offset register work this way. Lets say we have 7c0:2 the actual memory address will be 7c00+2 being 7c02. Another example is 0:7c00. The first part you shift to the left like i did 7c0 to 7c00 .but in our second case. When you … | |
can anyone tell help some of us on how to mod an xbox repair acording to the error codes.where can we download all xbox system files not using p2p mayb mail or direct download.my eror codes are 16 and 7 | |
Re: i would advice you to visit emu8086.com download and get the documentation. It has alot of what you are trying plus many examples | |
Re: what memory offset does your code start at? Maybe you reached a boundary limit and it wrapped around going to another area thus causing that error | |
Re: or get the examples at emu8086 after you download the app go to documentation then interrupts. You'll find a much effective code. When i boot up my computer i.ll post it | |
Re: [QUOTE=sgk26p10p07;467693]Anyone to help with protected mode programming,like help me create a a data descriptor pointing to 0b800h when i try to write to RAM it rebbots[/QUOTE] yes that is because you havent set up protected mode properly, it resets on triple fault. give me upto tomorrow ill give you a … | |
Re: [quote][code]while (x !=0) { rslt = rslt + x x = x + 1 } [/CODE] and i would really appericate it if any body could help me[/QUOTE] i think this is your answer, hope you know abit of assembly [code]x db 8d ;defines a byte 8 in decimal y … | |
I mean we create our own game engine which works well with vectors and can mainpulate the 3d card and sound cards.And works with USB control pads | |
Re: ok download emu8086 from [url]www.emu8086.com[/url] and you will also get useful notes regarding assembly there, also check nondot.org/sabre/os/articles. for info on hardware programming, laso download FASM and boschs emulator. hope it helps u.laterz | |
I need help as to how 2 change machine codes 2 binaries or hex like mov to mayb 101011111, yeah, u know like own compiler | |
Any ideas or sites on port programming for modem, mouse, usb, nad printer/scaners would b apperciated here | |
I saw in one linux mag that you can create your own domain, is it true? if yes please tell me how i nee one like 123456.com | |
Please anyon who Knows help. | |
Could someone please help me, i need to go to university next year and i have't got any money to travel abroad. COuld you guys advice me on whre to get help or who can help me? I'm in Kenya (Africa). I want to go and study SOftware engineering mayB … | |
CAn somebody tell me if there is a direct link btwn satellite and phones and if i need to use the space satellite in onrder to network diferrent places. Can i start a mobile telephony service using satellites:?: | |
Could Anyone help me with the codes . Perhaps i can give you the ones for hard drives and keyboards laters coz i have 'em | |
How can i create my own hardware and software interrupt, what are the codes sent to hardware to access information/data please help with the codes;) | |
Does it have to be 512 B nad ahve the signature 05AAH at offset 510 ? What about on CD Roms and HDDs? | |
Re: You need a code that loops that's all.Sample this one ..... mov ffffh, 0 label x_pow_y mov ax,2 mul ax,2 inc ffffh [COLOR=orange];memory location+1 until it's equal to one[/COLOR] cmp [ffffh],y je display_result [COLOR=orange];if it has been looped continously until Y times [/COLOR] [COLOR=orange][COLOR=black]loop x_pow_y[/COLOR] ;else it wiil loop[/COLOR] [COLOR=orange]............[/COLOR] … | |
Re: Please try ADOOB it beta | |
Re: goto emu8086 and read on documentation .Also goto to the forum titled TASM beginner in this site | |
Which software should i use to exactly create a complete operating system:?: . I need an application which uses machine codes(like emu8086) and can manage all the RAM and all hardware interupts. Please someone help |