mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
8 lines
229 B
NASM
Executable File
8 lines
229 B
NASM
Executable File
;-------------------------------
|
|
; Just loop in place - CPU speed test.
|
|
;-------------------------------
|
|
org 0100 ;
|
|
start jmp start ;
|
|
;-------------------------------
|
|
end ;start
|