[M100] hi-memory and programs

2018-10-08 Thread Jesus R
Can someone please explain hi-memory on the T100 and if some programs need to be placed there for use? Jesus R

Re: [M100] hi-memory and programs

2018-10-08 Thread John R. Hogerhuis
CO files are a binary image of a program that you can run. But the 8085 generally doesn't support position independent code. So it cannot run from where the file happens to be in the RAM file system. Also, the file system can change as files are edited, so if you're accessing the file system, the

[M100] Bank Status

2018-10-08 Thread Kurt McCullum
I'm looking for a way in BASIC to check what bank I am using on an NEC? I was reading on WEB8201 that 62427 holds that information but both banks 2 and 3 are coming up with 0 and bank one is 32. Kurt