Click here to Skip to main content
15,912,578 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Bootstrap: A Unique and Beautiful Website... Pin
Kornfeld Eliyahu Peter27-Jul-16 21:34
professionalKornfeld Eliyahu Peter27-Jul-16 21:34 
GeneralUncle Bob nails it again PinPopular
Duncan Edwards Jones27-Jul-16 6:46
professionalDuncan Edwards Jones27-Jul-16 6:46 
GeneralRe: Uncle Bob nails it again Pin
raddevus27-Jul-16 7:16
mvaraddevus27-Jul-16 7:16 
GeneralRe: Uncle Bob nails it again Pin
CDP180227-Jul-16 7:24
CDP180227-Jul-16 7:24 
GeneralRe: Uncle Bob nails it again Pin
raddevus27-Jul-16 7:53
mvaraddevus27-Jul-16 7:53 
GeneralRe: Uncle Bob nails it again Pin
CDP180227-Jul-16 9:55
CDP180227-Jul-16 9:55 
GeneralRe: Uncle Bob nails it again Pin
raddevus27-Jul-16 10:22
mvaraddevus27-Jul-16 10:22 
GeneralRe: Uncle Bob nails it again Pin
CDP180227-Jul-16 10:39
CDP180227-Jul-16 10:39 
Have some random code from the listing after assembling the sources, then:
C++
48D : EC                  DSP_ShiftExit:	SEX  RC	; store the shifted bytes in the video buffer
48E : 8B                  					GLO  RB
48F : F3                  					XOR
490 : 5C                  					STR  RC
491 : 1C                  					INC  RC
492 : 9B                  					GHI  RB
493 : F3                  					XOR
494 : 5C                  					STR  RC
495 : E2                  					SEX  R2
496 : 8C                  					GLO  RC ; advance the video buffer pointer
497 : FC 07               					ADI  07H
499 : AC                  					PLO  RC
49A : 9C                  					GHI  RC
49B : 7C 00               					ADCI 00H
49D : BC                  					PHI  RC
49E : 30 6E               					BR   DSP_ByteLoop
4A0 : 12                  DSP_Exit			INC  R2
4A1 : D5                  					SEP  R5

This kind of stuff never changes. Such old computers are very much like the modern microcontroller kits. Everything comes back sooner or later and it's actually quite important to learn what you can do with a few bytes of machine code, un restricted by conventions, operating systems or standards.
The language is JavaScript. that of Mordor, which I will not utter here

This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.

"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."

If software development were a circus, we would all be the clowns.

GeneralRe: Uncle Bob nails it again Pin
ssadler28-Jul-16 4:23
ssadler28-Jul-16 4:23 
GeneralRe: Uncle Bob nails it again Pin
Jim_Snyder28-Jul-16 3:04
professionalJim_Snyder28-Jul-16 3:04 
GeneralRe: Uncle Bob nails it again Pin
W Balboos, GHB28-Jul-16 1:08
W Balboos, GHB28-Jul-16 1:08 
GeneralRe: Uncle Bob nails it again Pin
Andreas Mertens29-Jul-16 16:08
professionalAndreas Mertens29-Jul-16 16:08 
GeneralRe: Uncle Bob nails it again Pin
Vark11127-Jul-16 7:47
Vark11127-Jul-16 7:47 
GeneralRe: Uncle Bob nails it again Pin
Jeremy Falcon27-Jul-16 7:50
professionalJeremy Falcon27-Jul-16 7:50 
GeneralRe: Uncle Bob nails it again Pin
Ri_27-Jul-16 21:55
Ri_27-Jul-16 21:55 
GeneralRe: Uncle Bob nails it again Pin
Matthew Trout27-Jul-16 23:04
Matthew Trout27-Jul-16 23:04 
GeneralRe: Uncle Bob nails it again Pin
James Lonero29-Jul-16 6:46
James Lonero29-Jul-16 6:46 
GeneralRe: Uncle Bob nails it again Pin
Ri_1-Aug-16 22:25
Ri_1-Aug-16 22:25 
GeneralRe: Uncle Bob nails it again Pin
TNCaver28-Jul-16 4:28
TNCaver28-Jul-16 4:28 
GeneralRe: Uncle Bob nails it again Pin
raddevus27-Jul-16 7:55
mvaraddevus27-Jul-16 7:55 
GeneralRe: Uncle Bob nails it again Pin
Vark11127-Jul-16 8:43
Vark11127-Jul-16 8:43 
GeneralRe: Uncle Bob nails it again Pin
raddevus27-Jul-16 10:15
mvaraddevus27-Jul-16 10:15 
GeneralRe: Uncle Bob nails it again Pin
jesarg27-Jul-16 13:05
jesarg27-Jul-16 13:05 
GeneralRe: Uncle Bob nails it again Pin
Jeroen_R28-Jul-16 7:58
Jeroen_R28-Jul-16 7:58 
GeneralRe: Uncle Bob nails it again Pin
Jeremy Falcon27-Jul-16 7:57
professionalJeremy Falcon27-Jul-16 7:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.