homeSoftwaredesign  Prof. Dr. Uwe Schmidt FH Wedel

exec: ghc -e c1 Interp


> ghc -e c1 Interp
        lcnst   22
        store   m(0)
        lcnst   20
        store   m(1)
        jump    l0
l1:
        load    m(0)
        lcnst   1
        sub
        store   m(0)
        load    m(1)
        lcnst   1
        add
        store   m(1)
l0:
        load    m(0)
        lcnst   0
        sub
        branch  l1
 
>
Dieses ist das Protokoll eines Testlaufs

Letzte Änderung: 20.04.2024 02:02:07
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel