Do we know each other from cix? (I'm not "beermat" there anymore due to unrelenting spam, and changed to "greencroft" a couple of months before cix did the Cix Online account thing. Ah well. was due for a change anyway, after a decade or more of Cixening)
Yup, I'm matinee@cix - I noted your beermat change.
Brainfuck is considerably worse than x86 asm - see Brainfuck information. Just thought given your BIOS programming experience, making an LED blink wouldnt be particularly tricky.
I've given up reading my CIX e-mail, I get 50 odd spams there every day at least. *sigh*.
Ohhh coool! or is that Damn You :) something else to go play with.
Dangerous, as I have a tendancy to get engrossed in things like this. eg I've lost probably years in total to john conways Life, making pretty patterns, and we don't talk about the missing eras of (real?) Life lost to Core Wars...
John Conways Life....... - which I wrote in machine code on my ZX81 - and probably on my C64 - and which I now notice is on my watch! ;) (Though not coded by me.)
I take it you don't believe that that's the life you're supposed to get when they say get a life?
same here, but in 6502 machine code on my homebuild MicroTan 65 for me. A whole 1K. Half of which was the display memory (32 * 16), the rest being Zero page (page 0, see) with something like $40 bytes used by the 1Kb of monitor (BIOS for modern readers :) and then page 1 being the stack. And one had to fit ones code inbetween. much fun.
And you try to tell that to the youth of today, etc etc etc
And you try to tell that to the youth of today, etc etc etc
Aye - or that someone wrote a chess program for the 1k ZX81... 'tis true - you could buy it!
Umm, no - have Life on my watch, not a C64. That didn't come out too well at 1am...
Though there's no reason a C64 emulator couldn't fit in its 2 megs of memory I guess - if you're happy with a C64 with only a 102x64 pixel single-color bitmap and without SID-quality sound - and only one joystick. ;) Still, I'd be happy enough if it had C64 BASIC on it. Never learnt C, but it looks like I might have to for my watch!
woo, brainfuck++ sorry, brainfuck> :) considerably worse than x86? I don't think so. can grok brainfuck instantly from reading the web page.
Mind, a lot of "fun" was had several years ago writing a program (pre compiler) to write code that wrote code that wrote GUI & database code. all in something called GeFICs on Amigas & VAXen for process control systems. whee what fun that was.
As to making a LED blink, tis easy with a decent microcontroller (8051 derivitive) that allows one to control the port pins with nice single instructions (set bit, clear bit, test bit etc). Getting any PC BIOS in a decent state to even waggle a port pin somewhere is a hassle, CPU MTR registers, cache, northbridge init, southbridge init, SIO init... It's a laurf innit...
no subject
Do we know each other from cix? (I'm not "beermat" there anymore due to unrelenting spam, and changed to "greencroft" a couple of months before cix did the Cix Online account thing. Ah well. was due for a change anyway, after a decade or more of Cixening)
no subject
Brainfuck is considerably worse than x86 asm - see Brainfuck information. Just thought given your BIOS programming experience, making an LED blink wouldnt be particularly tricky.
I've given up reading my CIX e-mail, I get 50 odd spams there every day at least. *sigh*.
no subject
no subject
no subject
Could have hours of bovine fun with this!
no subject
something else to go play with.
Dangerous, as I have a tendancy to get engrossed in things like this.
eg I've lost probably years in total to john conways Life, making pretty patterns, and we don't talk about the missing eras of (real?) Life lost to Core Wars...
no subject
I take it you don't believe that that's the life you're supposed to get when they say get a life?
no subject
And you try to tell that to the youth of today, etc etc etc
You have a C=64 on your watch? Wow...
no subject
Aye - or that someone wrote a chess program for the 1k ZX81... 'tis true - you could buy it!
Umm, no - have Life on my watch, not a C64. That didn't come out too well at 1am...
Though there's no reason a C64 emulator couldn't fit in its 2 megs of memory I guess - if you're happy with a C64 with only a 102x64 pixel single-color bitmap and without SID-quality sound - and only one joystick. ;) Still, I'd be happy enough if it had C64 BASIC on it. Never learnt C, but it looks like I might have to for my watch!
no subject
no subject
no subject
no subject
no subject
sorry, brainfuck>
:)
considerably worse than x86? I don't think so. can grok brainfuck instantly from reading the web page.
Mind, a lot of "fun" was had several years ago writing a program (pre compiler) to write code that wrote code that wrote GUI & database code. all in something called GeFICs on Amigas & VAXen for process control systems. whee what fun that was.
As to making a LED blink, tis easy with a decent microcontroller (8051 derivitive) that allows one to control the port pins with nice single instructions (set bit, clear bit, test bit etc).
Getting any PC BIOS in a decent state to even waggle a port pin somewhere is a hassle, CPU MTR registers, cache, northbridge init, southbridge init, SIO init...
It's a laurf innit...