Skip to content

Instantly share code, notes, and snippets.

@AraHaan
AraHaan / main.asm
Created July 15, 2021 22:49
Some old asm code of mine.
TITLE main.asm
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC _memcpy
@AraHaan
AraHaan / GlobalUsings.cs
Created July 30, 2021 23:25
StyleCop bug reproduction.
// <copyright file="GlobalUsings.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
global using System;