According to Google Analytics 25,259,719 users made visits accounting for 140,758,117 Pageviews since December 2006
Started by Sarah84, June 20, 2013, 04:38:09 PM
0 Members and 1 Guest are viewing this topic.
Quote from: Lisbeth on June 25, 2013, 06:58:12 AMI have to ask where you're getting 01 from now. I'd expect it to be 10 too. She being littleendian.
Quote from: Emily Aster on June 25, 2013, 08:30:25 AMThanks for that. I couldn't remember which one was little endian and which one was big endian, so I didn't mention either
Quote from: Anna! on June 25, 2013, 12:11:25 PM . . . why we have htonl() and ntohl()
Quote from: Kiera on June 25, 2013, 01:59:50 PMLOL Just looked THAT up!!!! Can tell your " big-endian" (right handed?) 'cause have it listed first ? Ok Just copied Anna's 'sig code' into my RamAssembler, *achm* 'lil end first of course,and got this:0000: 0011 jmp 0013h0002: 0001 jmp 0005h0004: 0010 jmp 0016h0006: 0111 jn 0019h0008: 10 ?unk?0009: 10 ?unk?000A: 0001 jmp 000Dh000C: 10 ?unk?000D: 11 ?unk?000E: 0111 jn 0021h 0010: 0011 jmp 0023h Meaning? plz explain !
Quote from: Sarah84 on June 25, 2013, 03:07:49 PMWow 01/10 problem still alive In fact it's not little nor big endian. Endianess means byte order, not bit order. Endianess refers to how the bytes in multiple byte word are sorted in the memory.2 byte word in hex: 0xABCDMemory big end.:0000: 0xAB0001: 0xCDMemory little end.:0000: 0xCD0001: 0xAB
Quote from: Kiera on June 24, 2013, 10:17:38 AMYuk! Musta been from the Math dept!!! I was doing structured Cobal (business) on a DEC-20 and we had (woohoo) "line editors" !For Turbo Pascal we had . . . was it the Apple IIe ?
Quote from: Jamie D on June 25, 2013, 03:56:12 PMI'm afraid we might end up as exhibits in archaic technology museums someday. I will have my optic yellow Pickett sliderule in its holder, attached firmly to my belt.
Quote from: Kiera on June 25, 2013, 01:59:50 PMCan tell your " big-endian" (right handed?) 'cause have it listed first ?
QuoteOk Just copied Anna's 'sig code' into my RamAssembler, *achm* 'lil end first of course,and got this:0000: 0011 jmp 0013h0002: 0001 jmp 0005h0004: 0010 jmp 0016h0006: 0111 jn 0019h0008: 10 ?unk?0009: 10 ?unk?000A: 0001 jmp 000Dh000C: 10 ?unk?000D: 11 ?unk?000E: 0111 jn 0021h 0010: 0011 jmp 0023h Meaning? plz explain !