• Please review our updated Terms and Rules here
leegleason
Reaction score
71

Profile posts Latest activity Postings About

  • Hi Lee, I have a question about Macro program segments. The Pro 350 processor does not support split I/D, correct? What happens when you compile and run a program that has been written with .psect for I,D, and other segments? Does it give an error? Or is it ignored? Thanks.
    leegleason
    leegleason
    Lessee....psect attributes I and D are not 100% intended for their I and D space effects. In a normal program they do serve to collect code and data into their respective locations. In an overlaid program, the I attribute affects how the code in an I psect gets accessed. In general, I'm pretty sure that the I and D attributes on a psect in a program will not cause problems on a non I/D processor.
    A
    AndrewZ
    OK, thanks. I figured it might not be too harmful but I have some code that I want to try out that has it.
    I tried <ESC>[2J to clear the screen. No results.
    leegleason
    leegleason
    I worked for around 30 years as a system programmer on RSX11 and VMS. I pretty much exclusively worked in MACRO-11 and MACRO-32 the whole time (although toward the end of my career I wtote a lot of Perl for assorted system reporting and management utilities). I really enjoyed MACRO-11 the most, so I write programs in it for fun now.
    A
    AndrewZ
    Wow, a career in Macro programming! I had a class on Macro-11 in college. I really liked it but it was over before we really got started on anything cool. And then everyone switched to VAXes and 68000.
    I would like to attempt some graphics programming on the Pro. The graphics subsystem was pretty sophisticated for that time but it was never appreciated.
    leegleason
    leegleason
    I''ve been surprised reading about the Pro's video capability lately. It apparenrlty can do a lot that wasn't documented at the time.
    Hey Lee,

    Does the Pro 350 respond to escape codes for terminal control? I'm printing escape codes but not getting a response.
    leegleason
    leegleason
    It does if you're using a terminal emulator, like Kermit for instance....hmmm, since running RMD clears the screen and positions the cursor. it must be able to from the command line. I don't hvea a PRO assembled right at the moment, can't test it. What are you using to send escape sequences?
  • Loading…
  • Loading…
  • Loading…
Back
Top