CONFIG WDTE = OFF ; Watchdog Timer Enable bit (WDT disabled and can be enabled by SWDTEN bit of the WDTCON register) CONFIG PWRTE = OFF ; Power-up Timer Enable bit (PWRT disabled) CONFIG MCLRE = OFF ; ...
A range of different x86/x86-64 assembly examples across Linux, macOS and Windows. I started this project after some basic Linux shellcoding and then attempting to do the same in Windows and wondering ...