segment
Assembly: Using the Data Segment Register (DS)
Currently I am in the midst of learning x86 assembly for fun, I\'m love microcontroller programming, so I\'m familiar with assembly.[详细]
2023-02-08 11:11 分类:问答Segment prefix when using pointers as function parameters
I have an assembler/c question. I just read about segment prefixes, for example ds:varX and so on. The prefix is important for the calculation of the logical address. I read too, that default is \"ds\[详细]
2023-02-07 19:07 分类:问答could not understand the behavior of read system call
So this is the code I am trying to run: #include<fcntl.h> #include<stdio.h> #include<errno.h>[详细]
2023-02-07 17:50 分类:问答C Linux read/write word from memory (segment,offset)
I am working on programming a Linux 开发者_运维知识库booter for a HW assignment and I know that I need to create a function that will read/write a word from/to memory. I am having trouble determining[详细]
2023-02-07 02:44 分类:问答Codeigniter : Loading a different view in a loop according to URI segment
I have a list of buildings that I load from my model. Those buildings are showed in a loop within my view as so :[详细]
2023-01-21 23:56 分类:问答How to build message from tcp segments
working in C#, I use SharpPCap to get segments from a winpcap trace. I need to rebuild all the messages sent and received in that trace.[详细]
2023-01-21 15:09 分类:问答What's the technology behind live stream sites? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-13 15:03 分类:问答How to refer to the start-of a user-defined segment in a Visual Studio-project?
I\'m struggling to convert a C-program linked with ld, of the gnu tool-chain to make it compile as a visual-studio (2005) project.[详细]
2023-01-06 18:07 分类:问答Losing URI segments when paginating with CodeIgniter
I have a /payments interface where the user should be able to filter via price range, bank, and other stuff. Those filters are standard select boxes. When I submit the filter form, all the post data g[详细]
2023-01-03 15:08 分类:问答Formula to determine if a line segment intersects a circle (flat)
Apologies if this is considered a repeat question, but the answers I\'ve seen on here are too complex for my needs.[详细]
2023-01-02 20:21 分类:问答