Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

asm

  1. T

    macOS x64 Assembly syscall

    Does anyone know how I can convert the following code so I can Assemble it using MASM mov ax, 0x13 int 10h The above is changing the screen mode but if I add a syscall function I get a Segmentation Fault 11 i am not sure which call i should be using: mov rax, 0x2000004 exit mov rax...