User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 456,009 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,051 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 49
Search took 0.01 seconds.
Posts Made By: SamY
Forum: Assembly Jul 23rd, 2008
Replies: 2
Views: 486
Posted By SamY
Re: Assembly help

ok download emu8086 from www.emu8086.com 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...
Forum: Geeks' Lounge May 9th, 2007
Replies: 9
Views: 1,779
Posted By SamY
Re: xbox repair and soft modding

ok let me apologize.am sory bout the whole thing.lets 4get this ever hapened.is that ok guys.christina i like ur foot note,i believe in true love.
Forum: Geeks' Lounge May 8th, 2007
Replies: 9
Views: 1,779
Posted By SamY
Re: xbox repair and soft modding

jbennet what is wrong with u,r u from microsoft? is bill ur bro? c'mon evrything is illegal in this planet.take ur shit to a christian chat room.in this thread we keep it gangsta.anyone else?
Forum: Geeks' Lounge May 8th, 2007
Replies: 9
Views: 1,779
Posted By SamY
Help xbox repair and soft modding

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...
Forum: Assembly Feb 22nd, 2007
Replies: 11
Views: 3,152
Posted By SamY
Re: BIn files

Thanx guys i'll lok into it and if i've mo' problems i'll contact you
Forum: Assembly Feb 16th, 2007
Replies: 11
Views: 3,152
Posted By SamY
Re: BIn files

u did't understand me.I meant converting instructions into binary like,
int mayb 10111 in binary conversion, u get right?
like all the machines codes to binaries.or a program into bin file. give me...
Forum: Assembly Feb 14th, 2007
Replies: 11
Views: 3,152
Posted By SamY
Question BIn files

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
Forum: Assembly Feb 14th, 2007
Replies: 1
Views: 1,423
Posted By SamY
Tutorial Modem programming

Any ideas or sites on port programming for modem, mouse, usb, nad printer/scaners would b apperciated here
Forum: Web Developers' Lounge Nov 27th, 2006
Replies: 5
Views: 1,755
Posted By SamY
Question Web domain

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
Forum: Computer Science and Software Design Nov 25th, 2006
Replies: 3
Views: 1,232
Posted By SamY
Forum: Posting Games Nov 25th, 2006
Replies: 3,185
Views: 184,181
Posted By SamY
Re: 3 word story

,greatest point ever.
Forum: Computer Science and Software Design Nov 25th, 2006
Replies: 3
Views: 1,232
Posted By SamY
Question SAtellite And phones[quick reply]

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...
Forum: Geeks' Lounge Nov 25th, 2006
Replies: 3
Views: 910
Posted By SamY
Help AID for university

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...
Forum: Assembly Nov 25th, 2006
Replies: 7
Views: 3,117
Posted By SamY
Re: Codes FOr VGA/SVGA using ports and not interrupts

I already got those notes but theyr kinda complicated
Forum: Assembly Nov 25th, 2006
Replies: 4
Views: 3,762
Posted By SamY
Re: Creating own interrupt vector tables and.....

Create your own interrupt
DOS has left a few interrupts open for us to use if we would like, so let's grab one and point it at our code. Once we have written the code for the interrupt, we can make a...
Forum: Assembly Nov 24th, 2006
Replies: 4
Views: 3,762
Posted By SamY
Re: Creating own interrupt vector tables and.....

Could you please Xplain to me the meaning of this code?
Create your own interrupt
DOS has left a few interrupts open for us to use if we would like, so let's grab one and point it at our code. Once...
Forum: Assembly Nov 24th, 2006
Replies: 7
Views: 3,117
Posted By SamY
Re: Codes FOr VGA/SVGA using ports and not interrupts

This index lists the VGA's I/O ports in numerical order, making looking up a specific I/O port access simpler.
3B4h -- CRTC Controller Address Register
3B5h -- CRTC Controller Data Register
...
Forum: Assembly Nov 23rd, 2006
Replies: 1
Views: 2,188
Posted By SamY
Forum: Assembly Nov 23rd, 2006
Replies: 1
Views: 1,835
Posted By SamY
Question Boot Sector Size

Does it have to be 512 B nad ahve the signature 05AAH at offset 510 ?
What about on CD Roms and HDDs?
Forum: Assembly Oct 30th, 2006
Replies: 7
Views: 3,117
Posted By SamY
Question Codes FOr VGA/SVGA using ports and not interrupts

Could Anyone help me with the codes . Perhaps i can give you the ones for hard drives and keyboards laters coz i have 'em
Forum: Geeks' Lounge Oct 27th, 2006
Replies: 8
Views: 1,641
Posted By SamY
Re: My parents

Not at all thats ya privilege!!!!!!!!!!!
Forum: Assembly Oct 15th, 2006
Replies: 4
Views: 3,762
Posted By SamY
Question Creating own interrupt vector tables and.....

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;)
Forum: Visual Basic 4 / 5 / 6 Sep 6th, 2006
Replies: 3
Views: 55,944
Posted By SamY
Forum: Geeks' Lounge Sep 6th, 2006
Replies: 11
Views: 1,982
Posted By SamY
Forum: Assembly Aug 26th, 2006
Replies: 7
Views: 3,544
Posted By SamY
Re: learning assembler

goto emu8086 and read on documentation .Also goto to the forum titled TASM beginner in this site
Forum: Assembly Aug 26th, 2006
Replies: 4
Views: 2,587
Posted By SamY
Re: x power y

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 ;memory location+1 until it's equal to one
cmp [ffffh],y
je display_result ;if it...
Forum: Assembly Aug 10th, 2006
Replies: 2
Views: 1,145
Posted By SamY
Question Which Software to use

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...
Forum: Assembly Aug 5th, 2006
Replies: 3
Views: 1,940
Posted By SamY
Clock cycles

how do i get the computer speed in Ghz in assembly
Forum: Assembly Aug 5th, 2006
Replies: 4
Views: 2,126
Posted By SamY
Re: 800 by 640 pixels or more?

How do i assign mo' memory to the video driver.
In the documentation it is written that you can address upto 1MB momory. How can i Have more???????????????????/
Forum: Assembly Aug 1st, 2006
Replies: 4
Views: 2,126
Posted By SamY
Question 800 by 640 pixels or more?

How can i make my operating sys have more pixels like windows.
Forum: Assembly Jul 24th, 2006
Replies: 3
Views: 1,288
Posted By SamY
Re: how do i get started

Ok i got the program. but it's a demo version.
Perhaps it could help me.ok does this application make real o/s i mean stand alone?
I want to try and make a full o/s. Perhaps you could first help me...
Forum: Assembly Jul 22nd, 2006
Replies: 3
Views: 1,288
Posted By SamY
Question how do i get started

Where can i find an application for coding an assembly program:!:
Forum: C++ Jul 20th, 2006
Replies: 4
Views: 803
Posted By SamY
Re: Interface objects

ok like i mean how can i draw using pixels on the screen. I only know how to wtrite text
cout<<"how?";
Forum: C++ Jul 14th, 2006
Replies: 4
Views: 803
Posted By SamY
Question Interface objects

How can one manipulate the vdu. Like to creae a class which can be used to create objects like windows depending on wdth like

_o/s_window(120,20,0xddff,0);

120-height
20-width
hexadecimal-base...
Forum: Visual Basic 4 / 5 / 6 Jul 13th, 2006
Replies: 1
Views: 767
Posted By SamY
Question Using Rich textboxes

How can one use a Rt box to display formatted text. Imean to display different texts colors,size location and data from records:?:. Even images. Please help. I mean a texbox like this one
Forum: Visual Basic 4 / 5 / 6 Jul 6th, 2006
Replies: 7
Views: 1,645
Posted By SamY
Re: Control arrays

ok the code for spread sheet is


that code has an eeror when you reach 11 for i and 11 for j
but i want to try other new like after that you could
dim othe textboxes
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2006
Replies: 1
Views: 938
Posted By SamY
Question VB and Excel

I've got no idea on how to connect exel as Vb please help
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2006
Replies: 7
Views: 1,645
Posted By SamY
Re: Control arrays

Thanx again it worked. You guyz are really helpful!!!!!!!!!
Forum: Visual Basic 4 / 5 / 6 Jun 30th, 2006
Replies: 7
Views: 1,645
Posted By SamY
Re: Control arrays

That's exactly what i got.
I was trying to create something like a spread sheet.
Forum: Game Development Jun 30th, 2006
Replies: 2
Views: 7,484
Posted By SamY
Could we make 3d games using c++

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
Showing results 1 to 40 of 49

 
All times are GMT -4. The time now is 10:02 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC