Assembly code from 1994, proto-DSL
Thursday, May 11th, 2006Tonight I came across a chunk of x86 assembly code that I wrote for a university class in 1994. I present it here in its original form, complete with 1994 file modification date:
KSPOOL.zip
The thing I notice about this code in retrospect is that I used a macro (this was assembled with a macro assemler) […]