├── .gitignore ├── LICENSE ├── bin ├── .DS_Store ├── mac │ ├── 51.txt │ ├── z88.dyn │ ├── z88.fcd │ ├── z88com │ ├── z88elp.txt │ ├── z88g │ ├── z88h │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88n │ ├── z88ni.txt │ ├── z88o │ ├── z88o0.txt │ ├── z88o1.txt │ ├── z88o2.txt │ ├── z88o3.txt │ ├── z88o4.txt │ ├── z88o5.txt │ ├── z88o8.txt │ ├── z88r │ ├── z88x │ └── z88x.dxf ├── unix64 │ ├── 51.txt │ ├── z88.dyn │ ├── z88.fcd │ ├── z88com │ ├── z88elp.txt │ ├── z88g │ ├── z88h │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88n │ ├── z88ni.txt │ ├── z88o │ ├── z88o0.txt │ ├── z88o1.txt │ ├── z88o2.txt │ ├── z88o3.txt │ ├── z88o4.txt │ ├── z88o5.txt │ ├── z88o8.txt │ ├── z88r │ ├── z88x │ └── z88x.dxf ├── win32 │ ├── 51.txt │ ├── z88.dyn │ ├── z88com.cfg │ ├── z88com.exe │ ├── z88com.log │ ├── z88elp.txt │ ├── z88g.exe │ ├── z88h.exe │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88n.exe │ ├── z88ni.txt │ ├── z88o.exe │ ├── z88o.ogl │ ├── z88o0.txt │ ├── z88o1.txt │ ├── z88o2.txt │ ├── z88o3.txt │ ├── z88o4.txt │ ├── z88o5.txt │ ├── z88o8.txt │ ├── z88r.exe │ ├── z88x.dxf │ └── z88x.exe └── win64 │ ├── 51.txt │ ├── z88.dyn │ ├── z88com.cfg │ ├── z88com.exe │ ├── z88com.log │ ├── z88elp.txt │ ├── z88g.exe │ ├── z88h.exe │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88n.exe │ ├── z88ni.txt │ ├── z88o.exe │ ├── z88o.log │ ├── z88o.ogl │ ├── z88o0.txt │ ├── z88o1.txt │ ├── z88o2.txt │ ├── z88o3.txt │ ├── z88o4.txt │ ├── z88o5.txt │ ├── z88o8.txt │ ├── z88r.exe │ ├── z88r.log │ ├── z88x.dxf │ └── z88x.exe ├── docu ├── Thumbs.db ├── z88mane.pdf └── z88mang.pdf ├── examples ├── b1 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88ni.txt │ └── z88x.dxf ├── b11 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88g.nas │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ └── z88mat.txt ├── b18 │ ├── 51.txt │ ├── b18_2.txt │ ├── b18_2rou.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88ni.txt │ └── z88x.dxf ├── b2 │ ├── 52.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ └── z88x.dxf ├── b21_lin │ ├── 55.txt │ ├── z88elp.txt │ ├── z88g.nas │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ └── z88mat.txt ├── b21_para │ ├── 55.txt │ ├── z88.dyn │ ├── z88elp.txt │ ├── z88g.nas │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ └── z88mat.txt ├── b24 │ ├── 51.txt │ ├── z88asy.ans │ ├── z88elp.txt │ ├── z88g.nas │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ └── z88mat.txt ├── b3 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ └── z88mat.txt ├── b4 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ └── z88mat.txt ├── b4_20ele │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ └── z88x.dxf ├── b5 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88ni.txt │ └── z88x.dxf ├── b6 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ └── z88x.dxf ├── b6_q │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ └── z88x.dxf └── b7 │ ├── 51.txt │ ├── z88elp.txt │ ├── z88i1.txt │ ├── z88i2.txt │ ├── z88i5.txt │ ├── z88int.txt │ ├── z88man.txt │ ├── z88mat.txt │ ├── z88ni.txt │ └── z88x.dxf ├── liesmich.pdf ├── make ├── make_mac │ ├── z88com.mk.gccmac │ ├── z88g.mk.gccmac │ ├── z88h.mk.gccmac │ ├── z88n.mk.gccmac │ ├── z88o.mk.gccmac │ ├── z88r.mk.gccmac │ └── z88x.mk.gccmac ├── make_unix_64 │ ├── z88com.mk.gcc64 │ ├── z88g.mk.gcc64 │ ├── z88h.mk.gcc64 │ ├── z88n.mk.gcc64 │ ├── z88o.mk.gcc64 │ ├── z88r.mk.gcc64 │ └── z88x.mk.gcc64 ├── make_win_32 │ ├── z88com.nm │ ├── z88g.nm │ ├── z88h.nm │ ├── z88n.nm │ ├── z88o.nm │ ├── z88r.nm │ └── z88x.nm └── make_win_64 │ ├── z88com.nm │ ├── z88g.nm │ ├── z88h.nm │ ├── z88n.nm │ ├── z88o.nm │ ├── z88r.nm │ └── z88x.nm ├── perl ├── u88d2u.pl ├── u88u2d.pl ├── w88d2u.pl ├── w88u2d.pl ├── z88asy.pl └── z88vry.pl ├── readme.md ├── readme.pdf └── src ├── z88com ├── common │ ├── lan88c.c │ ├── wlog88c.c │ └── z88com.h ├── unix │ ├── ale88c.c │ ├── cb88c.c │ ├── rcol88c.c │ └── z88com.c └── win │ ├── Thumbs.db │ ├── ale88c.c │ ├── easyfont.c │ ├── tob88c.c │ ├── z88bgr.bmp │ ├── z88com.bmp │ ├── z88com.c │ ├── z88com.ico │ └── z88com.rc ├── z88g ├── common │ ├── cosm88.c │ ├── dnas88.c │ ├── lan88g.c │ ├── nast88.c │ ├── wlog88g.c │ ├── z88g.h │ └── z88math.h ├── unix │ ├── ale88g.c │ ├── clr88.c │ ├── stop88g.c │ ├── who88g.c │ ├── wrim88g.c │ └── z88g.c └── win │ ├── ale88g.c │ ├── easyfont.c │ ├── tob88g.c │ ├── wrim88g.c │ ├── z88g.bmp │ ├── z88g.c │ ├── z88g.cur │ ├── z88g.ico │ └── z88g.rc ├── z88h ├── common │ ├── lan88h.c │ ├── rdy88h.c │ ├── wlog88h.c │ ├── z88h.h │ └── z88math.h ├── unix │ ├── ale88h.c │ ├── clr88.c │ ├── stop88h.c │ ├── who88h.c │ ├── wrim88h.c │ └── z88h.c └── win │ ├── ale88h.c │ ├── easyfont.c │ ├── tob88h.c │ ├── wrim88h.c │ ├── z88h.bmp │ ├── z88h.c │ ├── z88h.cur │ ├── z88h.ico │ └── z88h.rc ├── z88n ├── common │ ├── dyn88n.c │ ├── join88.c │ ├── lan88n.c │ ├── mc188n.c │ ├── mc288n.c │ ├── mc388n.c │ ├── mc488n.c │ ├── mc588n.c │ ├── mc688n.c │ ├── mc788n.c │ ├── mc888n.c │ ├── rni88.c │ ├── subn88.c │ ├── wlog88n.c │ ├── z88math.h │ └── z88n.h ├── unix │ ├── ale88n.c │ ├── clr88.c │ ├── stop88n.c │ ├── who88n.c │ ├── wrim88n.c │ └── z88n.c └── win │ ├── ale88n.c │ ├── easyfont.c │ ├── tob88n.c │ ├── wrim88n.c │ ├── z88n.bmp │ ├── z88n.c │ ├── z88n.cur │ ├── z88n.ico │ └── z88n.rc ├── z88o ├── common │ ├── dyn88o.c │ ├── lan88o.c │ ├── m10.c │ ├── m12.c │ ├── m16.c │ ├── m9.c │ ├── man88o.c │ ├── oc88.c │ ├── z88math.h │ └── z88o.h ├── unix │ ├── ale88o.c │ ├── cb88o.c │ ├── fr_gltext3d.c │ ├── gdkgl.c │ ├── gdkgl.h │ ├── gtkglarea.c │ ├── gtkglarea.h │ ├── m15.c │ ├── rcoo88.c │ ├── wlog88o.c │ ├── z88.fcd │ └── z88o.c └── win │ ├── ale88o.c │ ├── m11.c │ ├── m13.c │ ├── oglfont.c │ ├── rogl88.c │ ├── tob88o.c │ ├── wlog88o.c │ ├── z88o.bmp │ ├── z88o.c │ ├── z88o.cur │ ├── z88o.ico │ ├── z88o.ogl │ └── z88o.rc ├── z88r ├── common │ ├── apla88.c │ ├── bapla88.c │ ├── bcshe88.c │ ├── bhexa88.c │ ├── bhpla88.c │ ├── blqua88.c │ ├── bqshe88.c │ ├── bshaf88.c │ ├── bshav88.c │ ├── bspla88.c │ ├── bspur88.c │ ├── btetr88.c │ ├── choy88.c │ ├── clr88.c │ ├── cshe88.c │ ├── dyn88r.c │ ├── dypa88.c │ ├── forc88.c │ ├── fuvs88.c │ ├── hexa88.c │ ├── hpla88.c │ ├── isod88.c │ ├── jaco88.c │ ├── lan88r.c │ ├── lqua88.c │ ├── m1.c │ ├── m2.c │ ├── m3.c │ ├── m4.c │ ├── man88r.c │ ├── prfl88.c │ ├── qshe88.c │ ├── ri188r.c │ ├── ri588i.c │ ├── sapl88.c │ ├── scsh88.c │ ├── shad88.c │ ├── shaf88.c │ ├── shaq88.c │ ├── shav88.c │ ├── shex88.c │ ├── shpl88.c │ ├── siso88.c │ ├── slqu88.c │ ├── span88.c │ ├── spla88.c │ ├── spur88.c │ ├── sqsh88.c │ ├── sshd88.c │ ├── sshf88.c │ ├── sshq88.c │ ├── sshv88.c │ ├── sspl88.c │ ├── sspu88.c │ ├── stet88.c │ ├── stim88.c │ ├── stop88r.c │ ├── tetr88.c │ ├── timo88.c │ ├── wlog88r.c │ ├── wria88r.c │ ├── z88a.c │ ├── z88ai.c │ ├── z88br.c │ ├── z88cr.c │ ├── z88dr.c │ ├── z88er.c │ ├── z88math.h │ └── z88r.h ├── unix │ ├── ale88r.c │ ├── clr88.c │ ├── who88r.c │ ├── wrim88r.c │ └── z88r.c └── win │ ├── ale88r.c │ ├── easyfont.c │ ├── tob88r.c │ ├── wrim88r.c │ ├── z88r.bmp │ ├── z88r.c │ ├── z88r.cur │ ├── z88r.ico │ └── z88r.rc └── z88x ├── common ├── dyn88x.c ├── koi88x.c ├── lan88x.c ├── rea88x.c ├── sub88x.c ├── wlog88x.c ├── wria88x.c ├── z88fx.c ├── z88math.h ├── z88tx.c └── z88x.h ├── unix ├── ale88x.c ├── clr88.c ├── stop88x.c ├── who88x.c ├── who88x.c~ ├── wrim88x.c └── z88x.c └── win ├── ale88x.c ├── easyfont.c ├── tob88x.c ├── wrim88x.c ├── z88x.bmp ├── z88x.c ├── z88x.cur ├── z88x.ico └── z88x.rc /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/LICENSE -------------------------------------------------------------------------------- /bin/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/.DS_Store -------------------------------------------------------------------------------- /bin/mac/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /bin/mac/z88.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88.dyn -------------------------------------------------------------------------------- /bin/mac/z88.fcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88.fcd -------------------------------------------------------------------------------- /bin/mac/z88com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88com -------------------------------------------------------------------------------- /bin/mac/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88elp.txt -------------------------------------------------------------------------------- /bin/mac/z88g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88g -------------------------------------------------------------------------------- /bin/mac/z88h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88h -------------------------------------------------------------------------------- /bin/mac/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88i1.txt -------------------------------------------------------------------------------- /bin/mac/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88i2.txt -------------------------------------------------------------------------------- /bin/mac/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /bin/mac/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 3 3 3 | 4 | -------------------------------------------------------------------------------- /bin/mac/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88man.txt -------------------------------------------------------------------------------- /bin/mac/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 51.txt 3 | -------------------------------------------------------------------------------- /bin/mac/z88n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88n -------------------------------------------------------------------------------- /bin/mac/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88ni.txt -------------------------------------------------------------------------------- /bin/mac/z88o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o -------------------------------------------------------------------------------- /bin/mac/z88o0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o0.txt -------------------------------------------------------------------------------- /bin/mac/z88o1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o1.txt -------------------------------------------------------------------------------- /bin/mac/z88o2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o2.txt -------------------------------------------------------------------------------- /bin/mac/z88o3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o3.txt -------------------------------------------------------------------------------- /bin/mac/z88o4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o4.txt -------------------------------------------------------------------------------- /bin/mac/z88o5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o5.txt -------------------------------------------------------------------------------- /bin/mac/z88o8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88o8.txt -------------------------------------------------------------------------------- /bin/mac/z88r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88r -------------------------------------------------------------------------------- /bin/mac/z88x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88x -------------------------------------------------------------------------------- /bin/mac/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/mac/z88x.dxf -------------------------------------------------------------------------------- /bin/unix64/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /bin/unix64/z88.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88.dyn -------------------------------------------------------------------------------- /bin/unix64/z88.fcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88.fcd -------------------------------------------------------------------------------- /bin/unix64/z88com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88com -------------------------------------------------------------------------------- /bin/unix64/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88elp.txt -------------------------------------------------------------------------------- /bin/unix64/z88g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88g -------------------------------------------------------------------------------- /bin/unix64/z88h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88h -------------------------------------------------------------------------------- /bin/unix64/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88i1.txt -------------------------------------------------------------------------------- /bin/unix64/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88i2.txt -------------------------------------------------------------------------------- /bin/unix64/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /bin/unix64/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 3 3 3 | 4 | -------------------------------------------------------------------------------- /bin/unix64/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88man.txt -------------------------------------------------------------------------------- /bin/unix64/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 51.txt 3 | -------------------------------------------------------------------------------- /bin/unix64/z88n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88n -------------------------------------------------------------------------------- /bin/unix64/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88ni.txt -------------------------------------------------------------------------------- /bin/unix64/z88o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o -------------------------------------------------------------------------------- /bin/unix64/z88o0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o0.txt -------------------------------------------------------------------------------- /bin/unix64/z88o1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o1.txt -------------------------------------------------------------------------------- /bin/unix64/z88o2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o2.txt -------------------------------------------------------------------------------- /bin/unix64/z88o3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o3.txt -------------------------------------------------------------------------------- /bin/unix64/z88o4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o4.txt -------------------------------------------------------------------------------- /bin/unix64/z88o5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o5.txt -------------------------------------------------------------------------------- /bin/unix64/z88o8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88o8.txt -------------------------------------------------------------------------------- /bin/unix64/z88r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88r -------------------------------------------------------------------------------- /bin/unix64/z88x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88x -------------------------------------------------------------------------------- /bin/unix64/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/unix64/z88x.dxf -------------------------------------------------------------------------------- /bin/win32/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /bin/win32/z88.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88.dyn -------------------------------------------------------------------------------- /bin/win32/z88com.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88com.cfg -------------------------------------------------------------------------------- /bin/win32/z88com.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88com.exe -------------------------------------------------------------------------------- /bin/win32/z88com.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88com.log -------------------------------------------------------------------------------- /bin/win32/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88elp.txt -------------------------------------------------------------------------------- /bin/win32/z88g.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88g.exe -------------------------------------------------------------------------------- /bin/win32/z88h.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88h.exe -------------------------------------------------------------------------------- /bin/win32/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88i1.txt -------------------------------------------------------------------------------- /bin/win32/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88i2.txt -------------------------------------------------------------------------------- /bin/win32/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /bin/win32/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 3 3 3 | 4 | -------------------------------------------------------------------------------- /bin/win32/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88man.txt -------------------------------------------------------------------------------- /bin/win32/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 51.txt 3 | -------------------------------------------------------------------------------- /bin/win32/z88n.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88n.exe -------------------------------------------------------------------------------- /bin/win32/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88ni.txt -------------------------------------------------------------------------------- /bin/win32/z88o.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o.exe -------------------------------------------------------------------------------- /bin/win32/z88o.ogl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o.ogl -------------------------------------------------------------------------------- /bin/win32/z88o0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o0.txt -------------------------------------------------------------------------------- /bin/win32/z88o1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o1.txt -------------------------------------------------------------------------------- /bin/win32/z88o2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o2.txt -------------------------------------------------------------------------------- /bin/win32/z88o3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o3.txt -------------------------------------------------------------------------------- /bin/win32/z88o4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o4.txt -------------------------------------------------------------------------------- /bin/win32/z88o5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o5.txt -------------------------------------------------------------------------------- /bin/win32/z88o8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88o8.txt -------------------------------------------------------------------------------- /bin/win32/z88r.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88r.exe -------------------------------------------------------------------------------- /bin/win32/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88x.dxf -------------------------------------------------------------------------------- /bin/win32/z88x.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win32/z88x.exe -------------------------------------------------------------------------------- /bin/win64/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /bin/win64/z88.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88.dyn -------------------------------------------------------------------------------- /bin/win64/z88com.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88com.cfg -------------------------------------------------------------------------------- /bin/win64/z88com.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88com.exe -------------------------------------------------------------------------------- /bin/win64/z88com.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88com.log -------------------------------------------------------------------------------- /bin/win64/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88elp.txt -------------------------------------------------------------------------------- /bin/win64/z88g.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88g.exe -------------------------------------------------------------------------------- /bin/win64/z88h.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88h.exe -------------------------------------------------------------------------------- /bin/win64/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88i1.txt -------------------------------------------------------------------------------- /bin/win64/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88i2.txt -------------------------------------------------------------------------------- /bin/win64/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /bin/win64/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 3 3 3 | 4 | -------------------------------------------------------------------------------- /bin/win64/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88man.txt -------------------------------------------------------------------------------- /bin/win64/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 51.txt 3 | -------------------------------------------------------------------------------- /bin/win64/z88n.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88n.exe -------------------------------------------------------------------------------- /bin/win64/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88ni.txt -------------------------------------------------------------------------------- /bin/win64/z88o.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o.exe -------------------------------------------------------------------------------- /bin/win64/z88o.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o.log -------------------------------------------------------------------------------- /bin/win64/z88o.ogl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o.ogl -------------------------------------------------------------------------------- /bin/win64/z88o0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o0.txt -------------------------------------------------------------------------------- /bin/win64/z88o1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o1.txt -------------------------------------------------------------------------------- /bin/win64/z88o2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o2.txt -------------------------------------------------------------------------------- /bin/win64/z88o3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o3.txt -------------------------------------------------------------------------------- /bin/win64/z88o4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o4.txt -------------------------------------------------------------------------------- /bin/win64/z88o5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o5.txt -------------------------------------------------------------------------------- /bin/win64/z88o8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88o8.txt -------------------------------------------------------------------------------- /bin/win64/z88r.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88r.exe -------------------------------------------------------------------------------- /bin/win64/z88r.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88r.log -------------------------------------------------------------------------------- /bin/win64/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88x.dxf -------------------------------------------------------------------------------- /bin/win64/z88x.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/bin/win64/z88x.exe -------------------------------------------------------------------------------- /docu/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/docu/Thumbs.db -------------------------------------------------------------------------------- /docu/z88mane.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/docu/z88mane.pdf -------------------------------------------------------------------------------- /docu/z88mang.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/docu/z88mang.pdf -------------------------------------------------------------------------------- /examples/b1/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b1/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b1/z88elp.txt -------------------------------------------------------------------------------- /examples/b1/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b1/z88i1.txt -------------------------------------------------------------------------------- /examples/b1/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b1/z88i2.txt -------------------------------------------------------------------------------- /examples/b1/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b1/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 3 3 3 | 4 | -------------------------------------------------------------------------------- /examples/b1/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b1/z88man.txt -------------------------------------------------------------------------------- /examples/b1/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 66 51.txt 3 | -------------------------------------------------------------------------------- /examples/b1/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b1/z88ni.txt -------------------------------------------------------------------------------- /examples/b1/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b1/z88x.dxf -------------------------------------------------------------------------------- /examples/b11/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b11/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b11/z88elp.txt -------------------------------------------------------------------------------- /examples/b11/z88g.nas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b11/z88g.nas -------------------------------------------------------------------------------- /examples/b11/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b11/z88i1.txt -------------------------------------------------------------------------------- /examples/b11/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b11/z88i2.txt -------------------------------------------------------------------------------- /examples/b11/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b11/z88i5.txt -------------------------------------------------------------------------------- /examples/b11/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 11209 5 5 3 | -------------------------------------------------------------------------------- /examples/b11/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b11/z88man.txt -------------------------------------------------------------------------------- /examples/b11/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 11209 51.txt 3 | -------------------------------------------------------------------------------- /examples/b18/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b18/b18_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/b18_2.txt -------------------------------------------------------------------------------- /examples/b18/b18_2rou.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/b18_2rou.txt -------------------------------------------------------------------------------- /examples/b18/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88elp.txt -------------------------------------------------------------------------------- /examples/b18/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88i1.txt -------------------------------------------------------------------------------- /examples/b18/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88i2.txt -------------------------------------------------------------------------------- /examples/b18/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b18/z88int.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88int.txt -------------------------------------------------------------------------------- /examples/b18/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88man.txt -------------------------------------------------------------------------------- /examples/b18/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 64 51.txt 3 | -------------------------------------------------------------------------------- /examples/b18/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88ni.txt -------------------------------------------------------------------------------- /examples/b18/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b18/z88x.dxf -------------------------------------------------------------------------------- /examples/b2/52.txt: -------------------------------------------------------------------------------- 1 | 32=c^.^. -------------------------------------------------------------------------------- /examples/b2/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b2/z88elp.txt -------------------------------------------------------------------------------- /examples/b2/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b2/z88i1.txt -------------------------------------------------------------------------------- /examples/b2/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b2/z88i2.txt -------------------------------------------------------------------------------- /examples/b2/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b2/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 54 0 0 3 | 4 | -------------------------------------------------------------------------------- /examples/b2/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b2/z88man.txt -------------------------------------------------------------------------------- /examples/b2/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 54 52.txt 3 | -------------------------------------------------------------------------------- /examples/b2/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b2/z88x.dxf -------------------------------------------------------------------------------- /examples/b21_lin/55.txt: -------------------------------------------------------------------------------- 1 | 73000 0.33 2 | -------------------------------------------------------------------------------- /examples/b21_lin/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_lin/z88elp.txt -------------------------------------------------------------------------------- /examples/b21_lin/z88g.nas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_lin/z88g.nas -------------------------------------------------------------------------------- /examples/b21_lin/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_lin/z88i1.txt -------------------------------------------------------------------------------- /examples/b21_lin/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_lin/z88i2.txt -------------------------------------------------------------------------------- /examples/b21_lin/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_lin/z88i5.txt -------------------------------------------------------------------------------- /examples/b21_lin/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 278577 4 4 3 | -------------------------------------------------------------------------------- /examples/b21_lin/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_lin/z88man.txt -------------------------------------------------------------------------------- /examples/b21_lin/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 278577 55.txt 3 | -------------------------------------------------------------------------------- /examples/b21_para/55.txt: -------------------------------------------------------------------------------- 1 | 73000 0.33 2 | -------------------------------------------------------------------------------- /examples/b21_para/z88.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88.dyn -------------------------------------------------------------------------------- /examples/b21_para/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88elp.txt -------------------------------------------------------------------------------- /examples/b21_para/z88g.nas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88g.nas -------------------------------------------------------------------------------- /examples/b21_para/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88i1.txt -------------------------------------------------------------------------------- /examples/b21_para/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88i2.txt -------------------------------------------------------------------------------- /examples/b21_para/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88i5.txt -------------------------------------------------------------------------------- /examples/b21_para/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 278763 4 4 3 | 4 | -------------------------------------------------------------------------------- /examples/b21_para/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b21_para/z88man.txt -------------------------------------------------------------------------------- /examples/b21_para/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 278763 55.txt 3 | -------------------------------------------------------------------------------- /examples/b24/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b24/z88asy.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88asy.ans -------------------------------------------------------------------------------- /examples/b24/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88elp.txt -------------------------------------------------------------------------------- /examples/b24/z88g.nas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88g.nas -------------------------------------------------------------------------------- /examples/b24/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88i1.txt -------------------------------------------------------------------------------- /examples/b24/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88i2.txt -------------------------------------------------------------------------------- /examples/b24/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88i5.txt -------------------------------------------------------------------------------- /examples/b24/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 808 7 7 3 | -------------------------------------------------------------------------------- /examples/b24/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b24/z88man.txt -------------------------------------------------------------------------------- /examples/b24/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 808 51.txt 3 | -------------------------------------------------------------------------------- /examples/b3/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b3/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b3/z88elp.txt -------------------------------------------------------------------------------- /examples/b3/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b3/z88i1.txt -------------------------------------------------------------------------------- /examples/b3/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b3/z88i2.txt -------------------------------------------------------------------------------- /examples/b3/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b3/z88i5.txt -------------------------------------------------------------------------------- /examples/b3/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 8 0 0 3 | 4 | -------------------------------------------------------------------------------- /examples/b3/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b3/z88man.txt -------------------------------------------------------------------------------- /examples/b3/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 8 51.txt 3 | -------------------------------------------------------------------------------- /examples/b4/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b4/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4/z88elp.txt -------------------------------------------------------------------------------- /examples/b4/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4/z88i1.txt -------------------------------------------------------------------------------- /examples/b4/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4/z88i2.txt -------------------------------------------------------------------------------- /examples/b4/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b4/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 4 0 0 3 | 4 | -------------------------------------------------------------------------------- /examples/b4/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4/z88man.txt -------------------------------------------------------------------------------- /examples/b4/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 4 51.txt 3 | -------------------------------------------------------------------------------- /examples/b4_20ele/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b4_20ele/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4_20ele/z88elp.txt -------------------------------------------------------------------------------- /examples/b4_20ele/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4_20ele/z88i1.txt -------------------------------------------------------------------------------- /examples/b4_20ele/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4_20ele/z88i2.txt -------------------------------------------------------------------------------- /examples/b4_20ele/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b4_20ele/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 20 1 0 3 | 4 | -------------------------------------------------------------------------------- /examples/b4_20ele/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4_20ele/z88man.txt -------------------------------------------------------------------------------- /examples/b4_20ele/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 20 51.txt 3 | -------------------------------------------------------------------------------- /examples/b4_20ele/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b4_20ele/z88x.dxf -------------------------------------------------------------------------------- /examples/b5/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b5/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88elp.txt -------------------------------------------------------------------------------- /examples/b5/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88i1.txt -------------------------------------------------------------------------------- /examples/b5/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88i2.txt -------------------------------------------------------------------------------- /examples/b5/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88i5.txt -------------------------------------------------------------------------------- /examples/b5/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 48 2 2 3 | 4 | -------------------------------------------------------------------------------- /examples/b5/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88man.txt -------------------------------------------------------------------------------- /examples/b5/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 48 51.txt 3 | -------------------------------------------------------------------------------- /examples/b5/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88ni.txt -------------------------------------------------------------------------------- /examples/b5/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b5/z88x.dxf -------------------------------------------------------------------------------- /examples/b6/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b6/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6/z88elp.txt -------------------------------------------------------------------------------- /examples/b6/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6/z88i1.txt -------------------------------------------------------------------------------- /examples/b6/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6/z88i2.txt -------------------------------------------------------------------------------- /examples/b6/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b6/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 8 3 3 3 | 4 | -------------------------------------------------------------------------------- /examples/b6/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6/z88man.txt -------------------------------------------------------------------------------- /examples/b6/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 8 51.txt 3 | -------------------------------------------------------------------------------- /examples/b6/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6/z88x.dxf -------------------------------------------------------------------------------- /examples/b6_q/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b6_q/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6_q/z88elp.txt -------------------------------------------------------------------------------- /examples/b6_q/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6_q/z88i1.txt -------------------------------------------------------------------------------- /examples/b6_q/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6_q/z88i2.txt -------------------------------------------------------------------------------- /examples/b6_q/z88i5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6_q/z88i5.txt -------------------------------------------------------------------------------- /examples/b6_q/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 8 3 3 3 | -------------------------------------------------------------------------------- /examples/b6_q/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6_q/z88man.txt -------------------------------------------------------------------------------- /examples/b6_q/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 8 51.txt 3 | -------------------------------------------------------------------------------- /examples/b6_q/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b6_q/z88x.dxf -------------------------------------------------------------------------------- /examples/b7/51.txt: -------------------------------------------------------------------------------- 1 | 206000 0.3 2 | 3 | -------------------------------------------------------------------------------- /examples/b7/z88elp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b7/z88elp.txt -------------------------------------------------------------------------------- /examples/b7/z88i1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b7/z88i1.txt -------------------------------------------------------------------------------- /examples/b7/z88i2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b7/z88i2.txt -------------------------------------------------------------------------------- /examples/b7/z88i5.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /examples/b7/z88int.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 40 3 3 3 | 4 | -------------------------------------------------------------------------------- /examples/b7/z88man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b7/z88man.txt -------------------------------------------------------------------------------- /examples/b7/z88mat.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 40 51.txt 3 | -------------------------------------------------------------------------------- /examples/b7/z88ni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b7/z88ni.txt -------------------------------------------------------------------------------- /examples/b7/z88x.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/examples/b7/z88x.dxf -------------------------------------------------------------------------------- /liesmich.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/liesmich.pdf -------------------------------------------------------------------------------- /make/make_mac/z88com.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88com.mk.gccmac -------------------------------------------------------------------------------- /make/make_mac/z88g.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88g.mk.gccmac -------------------------------------------------------------------------------- /make/make_mac/z88h.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88h.mk.gccmac -------------------------------------------------------------------------------- /make/make_mac/z88n.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88n.mk.gccmac -------------------------------------------------------------------------------- /make/make_mac/z88o.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88o.mk.gccmac -------------------------------------------------------------------------------- /make/make_mac/z88r.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88r.mk.gccmac -------------------------------------------------------------------------------- /make/make_mac/z88x.mk.gccmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_mac/z88x.mk.gccmac -------------------------------------------------------------------------------- /make/make_unix_64/z88com.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88com.mk.gcc64 -------------------------------------------------------------------------------- /make/make_unix_64/z88g.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88g.mk.gcc64 -------------------------------------------------------------------------------- /make/make_unix_64/z88h.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88h.mk.gcc64 -------------------------------------------------------------------------------- /make/make_unix_64/z88n.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88n.mk.gcc64 -------------------------------------------------------------------------------- /make/make_unix_64/z88o.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88o.mk.gcc64 -------------------------------------------------------------------------------- /make/make_unix_64/z88r.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88r.mk.gcc64 -------------------------------------------------------------------------------- /make/make_unix_64/z88x.mk.gcc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_unix_64/z88x.mk.gcc64 -------------------------------------------------------------------------------- /make/make_win_32/z88com.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88com.nm -------------------------------------------------------------------------------- /make/make_win_32/z88g.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88g.nm -------------------------------------------------------------------------------- /make/make_win_32/z88h.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88h.nm -------------------------------------------------------------------------------- /make/make_win_32/z88n.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88n.nm -------------------------------------------------------------------------------- /make/make_win_32/z88o.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88o.nm -------------------------------------------------------------------------------- /make/make_win_32/z88r.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88r.nm -------------------------------------------------------------------------------- /make/make_win_32/z88x.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_32/z88x.nm -------------------------------------------------------------------------------- /make/make_win_64/z88com.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88com.nm -------------------------------------------------------------------------------- /make/make_win_64/z88g.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88g.nm -------------------------------------------------------------------------------- /make/make_win_64/z88h.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88h.nm -------------------------------------------------------------------------------- /make/make_win_64/z88n.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88n.nm -------------------------------------------------------------------------------- /make/make_win_64/z88o.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88o.nm -------------------------------------------------------------------------------- /make/make_win_64/z88r.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88r.nm -------------------------------------------------------------------------------- /make/make_win_64/z88x.nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/make/make_win_64/z88x.nm -------------------------------------------------------------------------------- /perl/u88d2u.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/perl/u88d2u.pl -------------------------------------------------------------------------------- /perl/u88u2d.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/perl/u88u2d.pl -------------------------------------------------------------------------------- /perl/w88d2u.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/perl/w88d2u.pl -------------------------------------------------------------------------------- /perl/w88u2d.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/perl/w88u2d.pl -------------------------------------------------------------------------------- /perl/z88asy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/perl/z88asy.pl -------------------------------------------------------------------------------- /perl/z88vry.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/perl/z88vry.pl -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/readme.md -------------------------------------------------------------------------------- /readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/readme.pdf -------------------------------------------------------------------------------- /src/z88com/common/lan88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/common/lan88c.c -------------------------------------------------------------------------------- /src/z88com/common/wlog88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/common/wlog88c.c -------------------------------------------------------------------------------- /src/z88com/common/z88com.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/common/z88com.h -------------------------------------------------------------------------------- /src/z88com/unix/ale88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/unix/ale88c.c -------------------------------------------------------------------------------- /src/z88com/unix/cb88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/unix/cb88c.c -------------------------------------------------------------------------------- /src/z88com/unix/rcol88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/unix/rcol88c.c -------------------------------------------------------------------------------- /src/z88com/unix/z88com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/unix/z88com.c -------------------------------------------------------------------------------- /src/z88com/win/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/Thumbs.db -------------------------------------------------------------------------------- /src/z88com/win/ale88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/ale88c.c -------------------------------------------------------------------------------- /src/z88com/win/easyfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/easyfont.c -------------------------------------------------------------------------------- /src/z88com/win/tob88c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/tob88c.c -------------------------------------------------------------------------------- /src/z88com/win/z88bgr.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/z88bgr.bmp -------------------------------------------------------------------------------- /src/z88com/win/z88com.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/z88com.bmp -------------------------------------------------------------------------------- /src/z88com/win/z88com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/z88com.c -------------------------------------------------------------------------------- /src/z88com/win/z88com.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/z88com.ico -------------------------------------------------------------------------------- /src/z88com/win/z88com.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88com/win/z88com.rc -------------------------------------------------------------------------------- /src/z88g/common/cosm88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/cosm88.c -------------------------------------------------------------------------------- /src/z88g/common/dnas88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/dnas88.c -------------------------------------------------------------------------------- /src/z88g/common/lan88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/lan88g.c -------------------------------------------------------------------------------- /src/z88g/common/nast88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/nast88.c -------------------------------------------------------------------------------- /src/z88g/common/wlog88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/wlog88g.c -------------------------------------------------------------------------------- /src/z88g/common/z88g.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/z88g.h -------------------------------------------------------------------------------- /src/z88g/common/z88math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/common/z88math.h -------------------------------------------------------------------------------- /src/z88g/unix/ale88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/unix/ale88g.c -------------------------------------------------------------------------------- /src/z88g/unix/clr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/unix/clr88.c -------------------------------------------------------------------------------- /src/z88g/unix/stop88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/unix/stop88g.c -------------------------------------------------------------------------------- /src/z88g/unix/who88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/unix/who88g.c -------------------------------------------------------------------------------- /src/z88g/unix/wrim88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/unix/wrim88g.c -------------------------------------------------------------------------------- /src/z88g/unix/z88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/unix/z88g.c -------------------------------------------------------------------------------- /src/z88g/win/ale88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/ale88g.c -------------------------------------------------------------------------------- /src/z88g/win/easyfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/easyfont.c -------------------------------------------------------------------------------- /src/z88g/win/tob88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/tob88g.c -------------------------------------------------------------------------------- /src/z88g/win/wrim88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/wrim88g.c -------------------------------------------------------------------------------- /src/z88g/win/z88g.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/z88g.bmp -------------------------------------------------------------------------------- /src/z88g/win/z88g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/z88g.c -------------------------------------------------------------------------------- /src/z88g/win/z88g.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/z88g.cur -------------------------------------------------------------------------------- /src/z88g/win/z88g.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/z88g.ico -------------------------------------------------------------------------------- /src/z88g/win/z88g.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88g/win/z88g.rc -------------------------------------------------------------------------------- /src/z88h/common/lan88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/common/lan88h.c -------------------------------------------------------------------------------- /src/z88h/common/rdy88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/common/rdy88h.c -------------------------------------------------------------------------------- /src/z88h/common/wlog88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/common/wlog88h.c -------------------------------------------------------------------------------- /src/z88h/common/z88h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/common/z88h.h -------------------------------------------------------------------------------- /src/z88h/common/z88math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/common/z88math.h -------------------------------------------------------------------------------- /src/z88h/unix/ale88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/unix/ale88h.c -------------------------------------------------------------------------------- /src/z88h/unix/clr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/unix/clr88.c -------------------------------------------------------------------------------- /src/z88h/unix/stop88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/unix/stop88h.c -------------------------------------------------------------------------------- /src/z88h/unix/who88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/unix/who88h.c -------------------------------------------------------------------------------- /src/z88h/unix/wrim88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/unix/wrim88h.c -------------------------------------------------------------------------------- /src/z88h/unix/z88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/unix/z88h.c -------------------------------------------------------------------------------- /src/z88h/win/ale88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/ale88h.c -------------------------------------------------------------------------------- /src/z88h/win/easyfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/easyfont.c -------------------------------------------------------------------------------- /src/z88h/win/tob88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/tob88h.c -------------------------------------------------------------------------------- /src/z88h/win/wrim88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/wrim88h.c -------------------------------------------------------------------------------- /src/z88h/win/z88h.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/z88h.bmp -------------------------------------------------------------------------------- /src/z88h/win/z88h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/z88h.c -------------------------------------------------------------------------------- /src/z88h/win/z88h.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/z88h.cur -------------------------------------------------------------------------------- /src/z88h/win/z88h.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/z88h.ico -------------------------------------------------------------------------------- /src/z88h/win/z88h.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88h/win/z88h.rc -------------------------------------------------------------------------------- /src/z88n/common/dyn88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/dyn88n.c -------------------------------------------------------------------------------- /src/z88n/common/join88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/join88.c -------------------------------------------------------------------------------- /src/z88n/common/lan88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/lan88n.c -------------------------------------------------------------------------------- /src/z88n/common/mc188n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc188n.c -------------------------------------------------------------------------------- /src/z88n/common/mc288n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc288n.c -------------------------------------------------------------------------------- /src/z88n/common/mc388n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc388n.c -------------------------------------------------------------------------------- /src/z88n/common/mc488n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc488n.c -------------------------------------------------------------------------------- /src/z88n/common/mc588n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc588n.c -------------------------------------------------------------------------------- /src/z88n/common/mc688n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc688n.c -------------------------------------------------------------------------------- /src/z88n/common/mc788n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc788n.c -------------------------------------------------------------------------------- /src/z88n/common/mc888n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/mc888n.c -------------------------------------------------------------------------------- /src/z88n/common/rni88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/rni88.c -------------------------------------------------------------------------------- /src/z88n/common/subn88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/subn88.c -------------------------------------------------------------------------------- /src/z88n/common/wlog88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/wlog88n.c -------------------------------------------------------------------------------- /src/z88n/common/z88math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/z88math.h -------------------------------------------------------------------------------- /src/z88n/common/z88n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/common/z88n.h -------------------------------------------------------------------------------- /src/z88n/unix/ale88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/unix/ale88n.c -------------------------------------------------------------------------------- /src/z88n/unix/clr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/unix/clr88.c -------------------------------------------------------------------------------- /src/z88n/unix/stop88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/unix/stop88n.c -------------------------------------------------------------------------------- /src/z88n/unix/who88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/unix/who88n.c -------------------------------------------------------------------------------- /src/z88n/unix/wrim88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/unix/wrim88n.c -------------------------------------------------------------------------------- /src/z88n/unix/z88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/unix/z88n.c -------------------------------------------------------------------------------- /src/z88n/win/ale88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/ale88n.c -------------------------------------------------------------------------------- /src/z88n/win/easyfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/easyfont.c -------------------------------------------------------------------------------- /src/z88n/win/tob88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/tob88n.c -------------------------------------------------------------------------------- /src/z88n/win/wrim88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/wrim88n.c -------------------------------------------------------------------------------- /src/z88n/win/z88n.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/z88n.bmp -------------------------------------------------------------------------------- /src/z88n/win/z88n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/z88n.c -------------------------------------------------------------------------------- /src/z88n/win/z88n.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/z88n.cur -------------------------------------------------------------------------------- /src/z88n/win/z88n.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/z88n.ico -------------------------------------------------------------------------------- /src/z88n/win/z88n.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88n/win/z88n.rc -------------------------------------------------------------------------------- /src/z88o/common/dyn88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/dyn88o.c -------------------------------------------------------------------------------- /src/z88o/common/lan88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/lan88o.c -------------------------------------------------------------------------------- /src/z88o/common/m10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/m10.c -------------------------------------------------------------------------------- /src/z88o/common/m12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/m12.c -------------------------------------------------------------------------------- /src/z88o/common/m16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/m16.c -------------------------------------------------------------------------------- /src/z88o/common/m9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/m9.c -------------------------------------------------------------------------------- /src/z88o/common/man88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/man88o.c -------------------------------------------------------------------------------- /src/z88o/common/oc88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/oc88.c -------------------------------------------------------------------------------- /src/z88o/common/z88math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/z88math.h -------------------------------------------------------------------------------- /src/z88o/common/z88o.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/common/z88o.h -------------------------------------------------------------------------------- /src/z88o/unix/ale88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/ale88o.c -------------------------------------------------------------------------------- /src/z88o/unix/cb88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/cb88o.c -------------------------------------------------------------------------------- /src/z88o/unix/fr_gltext3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/fr_gltext3d.c -------------------------------------------------------------------------------- /src/z88o/unix/gdkgl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/gdkgl.c -------------------------------------------------------------------------------- /src/z88o/unix/gdkgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/gdkgl.h -------------------------------------------------------------------------------- /src/z88o/unix/gtkglarea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/gtkglarea.c -------------------------------------------------------------------------------- /src/z88o/unix/gtkglarea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/gtkglarea.h -------------------------------------------------------------------------------- /src/z88o/unix/m15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/m15.c -------------------------------------------------------------------------------- /src/z88o/unix/rcoo88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/rcoo88.c -------------------------------------------------------------------------------- /src/z88o/unix/wlog88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/wlog88o.c -------------------------------------------------------------------------------- /src/z88o/unix/z88.fcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/z88.fcd -------------------------------------------------------------------------------- /src/z88o/unix/z88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/unix/z88o.c -------------------------------------------------------------------------------- /src/z88o/win/ale88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/ale88o.c -------------------------------------------------------------------------------- /src/z88o/win/m11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/m11.c -------------------------------------------------------------------------------- /src/z88o/win/m13.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/m13.c -------------------------------------------------------------------------------- /src/z88o/win/oglfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/oglfont.c -------------------------------------------------------------------------------- /src/z88o/win/rogl88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/rogl88.c -------------------------------------------------------------------------------- /src/z88o/win/tob88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/tob88o.c -------------------------------------------------------------------------------- /src/z88o/win/wlog88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/wlog88o.c -------------------------------------------------------------------------------- /src/z88o/win/z88o.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/z88o.bmp -------------------------------------------------------------------------------- /src/z88o/win/z88o.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/z88o.c -------------------------------------------------------------------------------- /src/z88o/win/z88o.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/z88o.cur -------------------------------------------------------------------------------- /src/z88o/win/z88o.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/z88o.ico -------------------------------------------------------------------------------- /src/z88o/win/z88o.ogl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/z88o.ogl -------------------------------------------------------------------------------- /src/z88o/win/z88o.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88o/win/z88o.rc -------------------------------------------------------------------------------- /src/z88r/common/apla88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/apla88.c -------------------------------------------------------------------------------- /src/z88r/common/bapla88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bapla88.c -------------------------------------------------------------------------------- /src/z88r/common/bcshe88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bcshe88.c -------------------------------------------------------------------------------- /src/z88r/common/bhexa88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bhexa88.c -------------------------------------------------------------------------------- /src/z88r/common/bhpla88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bhpla88.c -------------------------------------------------------------------------------- /src/z88r/common/blqua88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/blqua88.c -------------------------------------------------------------------------------- /src/z88r/common/bqshe88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bqshe88.c -------------------------------------------------------------------------------- /src/z88r/common/bshaf88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bshaf88.c -------------------------------------------------------------------------------- /src/z88r/common/bshav88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bshav88.c -------------------------------------------------------------------------------- /src/z88r/common/bspla88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bspla88.c -------------------------------------------------------------------------------- /src/z88r/common/bspur88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/bspur88.c -------------------------------------------------------------------------------- /src/z88r/common/btetr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/btetr88.c -------------------------------------------------------------------------------- /src/z88r/common/choy88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/choy88.c -------------------------------------------------------------------------------- /src/z88r/common/clr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/clr88.c -------------------------------------------------------------------------------- /src/z88r/common/cshe88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/cshe88.c -------------------------------------------------------------------------------- /src/z88r/common/dyn88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/dyn88r.c -------------------------------------------------------------------------------- /src/z88r/common/dypa88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/dypa88.c -------------------------------------------------------------------------------- /src/z88r/common/forc88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/forc88.c -------------------------------------------------------------------------------- /src/z88r/common/fuvs88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/fuvs88.c -------------------------------------------------------------------------------- /src/z88r/common/hexa88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/hexa88.c -------------------------------------------------------------------------------- /src/z88r/common/hpla88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/hpla88.c -------------------------------------------------------------------------------- /src/z88r/common/isod88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/isod88.c -------------------------------------------------------------------------------- /src/z88r/common/jaco88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/jaco88.c -------------------------------------------------------------------------------- /src/z88r/common/lan88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/lan88r.c -------------------------------------------------------------------------------- /src/z88r/common/lqua88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/lqua88.c -------------------------------------------------------------------------------- /src/z88r/common/m1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/m1.c -------------------------------------------------------------------------------- /src/z88r/common/m2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/m2.c -------------------------------------------------------------------------------- /src/z88r/common/m3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/m3.c -------------------------------------------------------------------------------- /src/z88r/common/m4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/m4.c -------------------------------------------------------------------------------- /src/z88r/common/man88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/man88r.c -------------------------------------------------------------------------------- /src/z88r/common/prfl88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/prfl88.c -------------------------------------------------------------------------------- /src/z88r/common/qshe88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/qshe88.c -------------------------------------------------------------------------------- /src/z88r/common/ri188r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/ri188r.c -------------------------------------------------------------------------------- /src/z88r/common/ri588i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/ri588i.c -------------------------------------------------------------------------------- /src/z88r/common/sapl88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sapl88.c -------------------------------------------------------------------------------- /src/z88r/common/scsh88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/scsh88.c -------------------------------------------------------------------------------- /src/z88r/common/shad88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/shad88.c -------------------------------------------------------------------------------- /src/z88r/common/shaf88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/shaf88.c -------------------------------------------------------------------------------- /src/z88r/common/shaq88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/shaq88.c -------------------------------------------------------------------------------- /src/z88r/common/shav88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/shav88.c -------------------------------------------------------------------------------- /src/z88r/common/shex88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/shex88.c -------------------------------------------------------------------------------- /src/z88r/common/shpl88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/shpl88.c -------------------------------------------------------------------------------- /src/z88r/common/siso88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/siso88.c -------------------------------------------------------------------------------- /src/z88r/common/slqu88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/slqu88.c -------------------------------------------------------------------------------- /src/z88r/common/span88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/span88.c -------------------------------------------------------------------------------- /src/z88r/common/spla88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/spla88.c -------------------------------------------------------------------------------- /src/z88r/common/spur88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/spur88.c -------------------------------------------------------------------------------- /src/z88r/common/sqsh88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sqsh88.c -------------------------------------------------------------------------------- /src/z88r/common/sshd88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sshd88.c -------------------------------------------------------------------------------- /src/z88r/common/sshf88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sshf88.c -------------------------------------------------------------------------------- /src/z88r/common/sshq88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sshq88.c -------------------------------------------------------------------------------- /src/z88r/common/sshv88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sshv88.c -------------------------------------------------------------------------------- /src/z88r/common/sspl88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sspl88.c -------------------------------------------------------------------------------- /src/z88r/common/sspu88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/sspu88.c -------------------------------------------------------------------------------- /src/z88r/common/stet88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/stet88.c -------------------------------------------------------------------------------- /src/z88r/common/stim88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/stim88.c -------------------------------------------------------------------------------- /src/z88r/common/stop88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/stop88r.c -------------------------------------------------------------------------------- /src/z88r/common/tetr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/tetr88.c -------------------------------------------------------------------------------- /src/z88r/common/timo88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/timo88.c -------------------------------------------------------------------------------- /src/z88r/common/wlog88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/wlog88r.c -------------------------------------------------------------------------------- /src/z88r/common/wria88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/wria88r.c -------------------------------------------------------------------------------- /src/z88r/common/z88a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88a.c -------------------------------------------------------------------------------- /src/z88r/common/z88ai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88ai.c -------------------------------------------------------------------------------- /src/z88r/common/z88br.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88br.c -------------------------------------------------------------------------------- /src/z88r/common/z88cr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88cr.c -------------------------------------------------------------------------------- /src/z88r/common/z88dr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88dr.c -------------------------------------------------------------------------------- /src/z88r/common/z88er.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88er.c -------------------------------------------------------------------------------- /src/z88r/common/z88math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88math.h -------------------------------------------------------------------------------- /src/z88r/common/z88r.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/common/z88r.h -------------------------------------------------------------------------------- /src/z88r/unix/ale88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/unix/ale88r.c -------------------------------------------------------------------------------- /src/z88r/unix/clr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/unix/clr88.c -------------------------------------------------------------------------------- /src/z88r/unix/who88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/unix/who88r.c -------------------------------------------------------------------------------- /src/z88r/unix/wrim88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/unix/wrim88r.c -------------------------------------------------------------------------------- /src/z88r/unix/z88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/unix/z88r.c -------------------------------------------------------------------------------- /src/z88r/win/ale88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/ale88r.c -------------------------------------------------------------------------------- /src/z88r/win/easyfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/easyfont.c -------------------------------------------------------------------------------- /src/z88r/win/tob88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/tob88r.c -------------------------------------------------------------------------------- /src/z88r/win/wrim88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/wrim88r.c -------------------------------------------------------------------------------- /src/z88r/win/z88r.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/z88r.bmp -------------------------------------------------------------------------------- /src/z88r/win/z88r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/z88r.c -------------------------------------------------------------------------------- /src/z88r/win/z88r.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/z88r.cur -------------------------------------------------------------------------------- /src/z88r/win/z88r.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/z88r.ico -------------------------------------------------------------------------------- /src/z88r/win/z88r.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88r/win/z88r.rc -------------------------------------------------------------------------------- /src/z88x/common/dyn88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/dyn88x.c -------------------------------------------------------------------------------- /src/z88x/common/koi88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/koi88x.c -------------------------------------------------------------------------------- /src/z88x/common/lan88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/lan88x.c -------------------------------------------------------------------------------- /src/z88x/common/rea88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/rea88x.c -------------------------------------------------------------------------------- /src/z88x/common/sub88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/sub88x.c -------------------------------------------------------------------------------- /src/z88x/common/wlog88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/wlog88x.c -------------------------------------------------------------------------------- /src/z88x/common/wria88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/wria88x.c -------------------------------------------------------------------------------- /src/z88x/common/z88fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/z88fx.c -------------------------------------------------------------------------------- /src/z88x/common/z88math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/z88math.h -------------------------------------------------------------------------------- /src/z88x/common/z88tx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/z88tx.c -------------------------------------------------------------------------------- /src/z88x/common/z88x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/common/z88x.h -------------------------------------------------------------------------------- /src/z88x/unix/ale88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/ale88x.c -------------------------------------------------------------------------------- /src/z88x/unix/clr88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/clr88.c -------------------------------------------------------------------------------- /src/z88x/unix/stop88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/stop88x.c -------------------------------------------------------------------------------- /src/z88x/unix/who88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/who88x.c -------------------------------------------------------------------------------- /src/z88x/unix/who88x.c~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/who88x.c~ -------------------------------------------------------------------------------- /src/z88x/unix/wrim88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/wrim88x.c -------------------------------------------------------------------------------- /src/z88x/unix/z88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/unix/z88x.c -------------------------------------------------------------------------------- /src/z88x/win/ale88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/ale88x.c -------------------------------------------------------------------------------- /src/z88x/win/easyfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/easyfont.c -------------------------------------------------------------------------------- /src/z88x/win/tob88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/tob88x.c -------------------------------------------------------------------------------- /src/z88x/win/wrim88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/wrim88x.c -------------------------------------------------------------------------------- /src/z88x/win/z88x.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/z88x.bmp -------------------------------------------------------------------------------- /src/z88x/win/z88x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/z88x.c -------------------------------------------------------------------------------- /src/z88x/win/z88x.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/z88x.cur -------------------------------------------------------------------------------- /src/z88x/win/z88x.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/z88x.ico -------------------------------------------------------------------------------- /src/z88x/win/z88x.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LSCAD/Z88OS/HEAD/src/z88x/win/z88x.rc --------------------------------------------------------------------------------