Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在写一个16-bit Operating System,我希望用户能够在不实际按下电源按钮的情况下关闭计算机。有没有办法Assembly让我关闭电脑?
16-bit Operating System
Assembly
mov ax, 0x1000 mov ax, ss mov sp, 0xf000 mov ax, 0x5307 mov bx, 0x0001 mov cx, 0x0003 int 0x15