Skip to content

Instantly share code, notes, and snippets.

View ozyx's full-sized avatar
🌴
OoO

Jesse Mazzella ozyx

🌴
OoO
  • 08:59 (UTC -07:00)
View GitHub Profile
@rbaker26
rbaker26 / Bailey.inc
Last active April 4, 2018 00:24
Using Irvine and Bailey Libraries in MASM
; Include File for the Bailey Macros
; Location should be ../macros/Bailey.inc
.NOLIST
;**************************************************************************
; Procedure Prototypes *
;**************************************************************************
ExitProcess PROTO Near32 stdcall, dwExitCode:dword; *
ascint32 PROTO Near32 stdcall, lpStringOfNumericChars:dword; *