interrupt
How can I prevent invalid configuration of a Microsoft.SPOT.Hardware.InterruptPort?
I\'m trying to use the .NET Micro Framework\'s Microsoft.SPOT.Hardware.InterruptPort class. However, the documentation perplexes me:[详细]
2023-02-28 20:31 分类:问答EOF representation in Windows
Would it be correct to represent EOF as CTRL-C on Windows? If not, what is a proper representation? I am asking because it seems, that OS is interpreting it as an interrupt before program has a chanc[详细]
2023-02-28 17:09 分类:问答How to properly stop a thread, if my call to Thread.interrupt() will not work? [duplicate]
This question already has answers here: How to stop uninterruptible threads in Java (6 answers) Closed 9 years ago.[详细]
2023-02-28 16:50 分类:问答Why does the IA-32 architecture push the EFLAGS register onto the stack prior to calling an interrupt handler?
Is it just because the EFLAGS register works like a switch? So when it\'s active, the interrupt is enabled, otherwise, it\'s not?[详细]
2023-02-28 15:49 分类:问答To distinguish between a Task and an Interrupt
I have a point in my code where I need to check if program came here from an interrupt or a task. I am using SMX. Anyone used SMX can an开发者_JS百科swer his question. I didn\'t get enough info from d[详细]
2023-02-26 20:56 分类:问答Need help with Assembler Video Mode
I am doing some coding for my class and I think I am on the right track but I am having a problem with verticle lines. When I run this code it draws 2 lines horizontal at the same time in the same exa[详细]
2023-02-23 03:55 分类:问答Detect newly created file, just edited file
I am trying to read a file on a timely basis the moment an edit or creation occurs.There is another piece of hardware that creates files to a folder which i wish to access (on a timely basis).[详细]
2023-02-22 14:42 分类:问答Assembly. Stop system time
I have a task for my Assembly course t开发者_Go百科o stop system time while pressing Alt-button. I do it by disabling the 8th interrupt. As I understand system time is saved in the 40:6ch cell of memo[详细]
2023-02-21 20:08 分类:问答about hardware drivers in protected mode
Recently, I\'m trying to write a simple OS. This is a big project. when I\'m writing my code, I\'m wondering how modern OS contact hardware under protected mode[详细]
2023-02-21 02:48 分类:问答NASM programming - `int0x80` versus `int 0x80`
I have a simple NASM program which only invokes sys_开发者_StackOverflowexit: segment .text global _start[详细]
2023-02-20 04:40 分类:问答
加载中,请稍侯......