Click here to Skip to main content
15,918,211 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: A philosophical question... Pin
Rick York21-Jun-18 15:15
mveRick York21-Jun-18 15:15 
GeneralRe: A philosophical question... Pin
DKWatson21-Jun-18 20:16
DKWatson21-Jun-18 20:16 
GeneralRe: A philosophical question... Pin
Kirill Illenseer21-Jun-18 20:21
Kirill Illenseer21-Jun-18 20:21 
GeneralRe: A philosophical question... Pin
KBZX500021-Jun-18 21:42
KBZX500021-Jun-18 21:42 
GeneralRe: A philosophical question... Pin
glennPattonWork322-Jun-18 0:33
professionalglennPattonWork322-Jun-18 0:33 
GeneralRe: A philosophical question... Pin
CodeWraith22-Jun-18 1:47
CodeWraith22-Jun-18 1:47 
GeneralRe: A philosophical question... Pin
glennPattonWork322-Jun-18 2:37
professionalglennPattonWork322-Jun-18 2:37 
GeneralRe: A philosophical question... Pin
CodeWraith22-Jun-18 2:54
CodeWraith22-Jun-18 2:54 
There is one task where I would prefer programmable logic. That would be for memory access and address decoding logic. If I don't want to be stuck with 64k memory, I will need something like a little MMU. Timing obviously is important here.

A fast microcontroller might also do the trick. It could buffer the selcted 64k segment internally and do all the CPU's memory requests from and to this buffer. When another memory segment is requested, it must copy thze buffer to the old segment in the RAM and reload the buffer with the content of the new segment.

The problem is to swap the buffer transparently so that the CPU never is halted or slowed down.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: A philosophical question... Pin
glennPattonWork322-Jun-18 3:28
professionalglennPattonWork322-Jun-18 3:28 
GeneralRe: A philosophical question... Pin
Matt McGuire22-Jun-18 4:48
professionalMatt McGuire22-Jun-18 4:48 
GeneralRe: A philosophical question... Pin
Gerry Schmitz22-Jun-18 7:25
mveGerry Schmitz22-Jun-18 7:25 
GeneralRe: A philosophical question... Pin
jschell23-Jun-18 4:47
jschell23-Jun-18 4:47 
GeneralThought of the Day Pin
OriginalGriff21-Jun-18 4:58
mveOriginalGriff21-Jun-18 4:58 
GeneralRe: Thought of the Day Pin
W Balboos, GHB21-Jun-18 5:16
W Balboos, GHB21-Jun-18 5:16 
GeneralRe: Thought of the Day Pin
lopatir21-Jun-18 5:32
lopatir21-Jun-18 5:32 
GeneralRe: Thought of the Day Pin
PIEBALDconsult21-Jun-18 9:32
mvePIEBALDconsult21-Jun-18 9:32 
GeneralWindows Defender : What do you mean? Pin
raddevus21-Jun-18 4:07
mvaraddevus21-Jun-18 4:07 
GeneralRe: Windows Defender : What do you mean? Pin
lopatir21-Jun-18 4:16
lopatir21-Jun-18 4:16 
GeneralRe: Windows Defender : What do you mean? Pin
MarkTJohnson21-Jun-18 4:22
professionalMarkTJohnson21-Jun-18 4:22 
GeneralRe: Windows Defender : What do you mean? Pin
lopatir21-Jun-18 4:30
lopatir21-Jun-18 4:30 
GeneralRe: Windows Defender : What do you mean? Pin
raddevus21-Jun-18 5:00
mvaraddevus21-Jun-18 5:00 
GeneralRe: Windows Defender : What do you mean? Pin
dandy7221-Jun-18 5:23
dandy7221-Jun-18 5:23 
GeneralRe: Windows Defender : What do you mean? Pin
patbob21-Jun-18 6:09
patbob21-Jun-18 6:09 
GeneralRe: Windows Defender : What do you mean? Pin
raddevus21-Jun-18 4:59
mvaraddevus21-Jun-18 4:59 
GeneralRe: Windows Defender : What do you mean? Pin
CodeWraith21-Jun-18 4:36
CodeWraith21-Jun-18 4:36 

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.