Skip to content

Instantly share code, notes, and snippets.

View jfrederickson's full-sized avatar

Jonathan Frederickson jfrederickson

View GitHub Profile
@dougallj
dougallj / asm.s
Created January 3, 2018 08:55
x86-64 Speculative Execution Harness
global _time_load
global _cache_flush
global _run_attempt
extern _bools
extern _values
extern _pointers
section .text