git @ Cat's Eye Technologies Matchbox / master eg / trivial-independent.mbox
master

Tree @master (Download .tar.gz)

trivial-independent.mbox @masterraw · history · blame

DESC

; Example of a pair of programs which trivially do not
; have a race condition, because they do not share memory.
;
;

PROG 0
MOV M0, R0
INC R0
MOV R0, M0

PROG 1
MOV M1, R0
INC R0
MOV R0, M1