Click here to Skip to main content
15,892,517 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: How to implement file system on 8 bit computer? Send codez plz! Pin
lopatir5-Apr-18 4:13
lopatir5-Apr-18 4:13 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 4:29
CodeWraith5-Apr-18 4:29 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
den2k885-Apr-18 4:22
professionalden2k885-Apr-18 4:22 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 4:35
CodeWraith5-Apr-18 4:35 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
lopatir5-Apr-18 6:21
lopatir5-Apr-18 6:21 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Kirk 103898216-Apr-18 4:28
Kirk 103898216-Apr-18 4:28 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
lopatir6-Apr-18 6:54
lopatir6-Apr-18 6:54 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Kirk 103898216-Apr-18 7:22
Kirk 103898216-Apr-18 7:22 
Octal vs Hex... Then again, they used 2 Byte Words...

Later in college I wrote my own MicroCode and learned how instruction sets are created.
Again, the HUGE Disparity in General Register Usage meant the instruction sets were not THAT close.
For example, EVERYTHING you see in C is basically a single instruction on the PDP!
And after 35 years, I find it hard to remember the actual assembly lines, except I know 4747 in octal was the JUMP instruction.

Yeah, abstraction is the key to working faster. I wrote some Intel Assembly to do some fast calculations... When I was done, I saw that the optimized C version was like 99% as fast. It took me 40hrs in Assembly. The C implementation was closer to a day (including testing/comparing to Assembly).
At that point, I NEVER went back, except when I had to write a thunking layer and forcibly execute 32bit code on 16 bit Windows... Even that was 2 lifetimes ago.

GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Greg Lovekamp6-Apr-18 8:35
professionalGreg Lovekamp6-Apr-18 8:35 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
PIEBALDconsult5-Apr-18 4:41
mvePIEBALDconsult5-Apr-18 4:41 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Tomaž Štih5-Apr-18 4:45
Tomaž Štih5-Apr-18 4:45 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 4:55
CodeWraith5-Apr-18 4:55 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Tomaž Štih5-Apr-18 6:32
Tomaž Štih5-Apr-18 6:32 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 6:47
CodeWraith5-Apr-18 6:47 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Tomaž Štih5-Apr-18 11:22
Tomaž Štih5-Apr-18 11:22 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 12:30
CodeWraith5-Apr-18 12:30 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Tomaž Štih6-Apr-18 1:30
Tomaž Štih6-Apr-18 1:30 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CPallini5-Apr-18 6:10
mveCPallini5-Apr-18 6:10 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Tomaž Štih5-Apr-18 6:36
Tomaž Štih5-Apr-18 6:36 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CPallini5-Apr-18 6:43
mveCPallini5-Apr-18 6:43 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
Slacker0075-Apr-18 6:05
professionalSlacker0075-Apr-18 6:05 
GeneralRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 6:39
CodeWraith5-Apr-18 6:39 
QuestionRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CPallini5-Apr-18 6:06
mveCPallini5-Apr-18 6:06 
AnswerRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CodeWraith5-Apr-18 6:43
CodeWraith5-Apr-18 6:43 
QuestionRe: How to implement file system on 8 bit computer? Send codez plz! Pin
CPallini5-Apr-18 6:59
mveCPallini5-Apr-18 6:59 

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.