├── .gitignore ├── ADVGRP.ASM ├── BIBOOT.ASM ├── BIMISC.ASM ├── BINTRP.H ├── BIPRTU.ASM ├── BIPTRG.ASM ├── BISTRS.ASM ├── CALL86.ASM ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DSKCOM.ASM ├── FIVEO.ASM ├── GENGRP.ASM ├── GIO86.ASM ├── GIO86U ├── GIOCAS.ASM ├── GIOCOM.ASM ├── GIOCON.ASM ├── GIODSK.ASM ├── GIOKYB.ASM ├── GIOLPT.ASM ├── GIOSCN.ASM ├── GIOTBL.ASM ├── GWDATA.ASM ├── GWEVAL.ASM ├── GWINIT.ASM ├── GWLIST.ASM ├── GWMAIN.ASM ├── GWRAM.ASM ├── GWSTS.ASM ├── IBMRES.ASM ├── IBMRES.H ├── ITSA86.ASM ├── KANJ86.ASM ├── LICENSE ├── MACLNG.ASM ├── MATH1.ASM ├── MATH2.ASM ├── MSDOSU ├── NEXT86.ASM ├── OEM.H ├── README.md ├── SCNDRV.ASM ├── SCNEDT.ASM ├── SECURITY.md └── conv.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/.gitignore -------------------------------------------------------------------------------- /ADVGRP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/ADVGRP.ASM -------------------------------------------------------------------------------- /BIBOOT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/BIBOOT.ASM -------------------------------------------------------------------------------- /BIMISC.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/BIMISC.ASM -------------------------------------------------------------------------------- /BINTRP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/BINTRP.H -------------------------------------------------------------------------------- /BIPRTU.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/BIPRTU.ASM -------------------------------------------------------------------------------- /BIPTRG.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/BIPTRG.ASM -------------------------------------------------------------------------------- /BISTRS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/BISTRS.ASM -------------------------------------------------------------------------------- /CALL86.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/CALL86.ASM -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DSKCOM.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/DSKCOM.ASM -------------------------------------------------------------------------------- /FIVEO.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/FIVEO.ASM -------------------------------------------------------------------------------- /GENGRP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GENGRP.ASM -------------------------------------------------------------------------------- /GIO86.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIO86.ASM -------------------------------------------------------------------------------- /GIO86U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIO86U -------------------------------------------------------------------------------- /GIOCAS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOCAS.ASM -------------------------------------------------------------------------------- /GIOCOM.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOCOM.ASM -------------------------------------------------------------------------------- /GIOCON.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOCON.ASM -------------------------------------------------------------------------------- /GIODSK.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIODSK.ASM -------------------------------------------------------------------------------- /GIOKYB.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOKYB.ASM -------------------------------------------------------------------------------- /GIOLPT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOLPT.ASM -------------------------------------------------------------------------------- /GIOSCN.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOSCN.ASM -------------------------------------------------------------------------------- /GIOTBL.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GIOTBL.ASM -------------------------------------------------------------------------------- /GWDATA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWDATA.ASM -------------------------------------------------------------------------------- /GWEVAL.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWEVAL.ASM -------------------------------------------------------------------------------- /GWINIT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWINIT.ASM -------------------------------------------------------------------------------- /GWLIST.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWLIST.ASM -------------------------------------------------------------------------------- /GWMAIN.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWMAIN.ASM -------------------------------------------------------------------------------- /GWRAM.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWRAM.ASM -------------------------------------------------------------------------------- /GWSTS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/GWSTS.ASM -------------------------------------------------------------------------------- /IBMRES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/IBMRES.ASM -------------------------------------------------------------------------------- /IBMRES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/IBMRES.H -------------------------------------------------------------------------------- /ITSA86.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/ITSA86.ASM -------------------------------------------------------------------------------- /KANJ86.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/KANJ86.ASM -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/LICENSE -------------------------------------------------------------------------------- /MACLNG.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/MACLNG.ASM -------------------------------------------------------------------------------- /MATH1.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/MATH1.ASM -------------------------------------------------------------------------------- /MATH2.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/MATH2.ASM -------------------------------------------------------------------------------- /MSDOSU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/MSDOSU -------------------------------------------------------------------------------- /NEXT86.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/NEXT86.ASM -------------------------------------------------------------------------------- /OEM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/OEM.H -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/README.md -------------------------------------------------------------------------------- /SCNDRV.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/SCNDRV.ASM -------------------------------------------------------------------------------- /SCNEDT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/SCNEDT.ASM -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/SECURITY.md -------------------------------------------------------------------------------- /conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpereira/GW-BASIC/HEAD/conv.py --------------------------------------------------------------------------------