Design
dvd.txt
Associated article: Inside DVD
Tags: Design
Published source code accompanying the article by Linden deCarmo in which he focuses in on the DVD-Video specificaiton, and presents a DVD-Video player. Also see DVD.ZIP.
Inside DVD
by Linden deCarmo
Example 1:
Mov GPRM0, SPRM13 ; get value of system parental register and copy
; into a user register #0
LT GPRM0, 8 ; if parental level < Max parental level (i.e. 8)
GOTO Failure ; then alert user about the failure
...


