Click here to Skip to main content
15,914,226 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
OriginalGriff5-Apr-18 5:15
mveOriginalGriff5-Apr-18 5:15 
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 
Kirk 10389821 wrote:
The PDP Macro-11 Assembler and Resulting Octal instructions were NOT Z80.

Never said that, I actually wrote " was not too far off the Z80"

Way back then I and some other enthusiast nerds did "hand assembly" (instruction set reference manuals and pen + paper) for [mostly] Z80, PDP, 6502 machines, the instruction format and binary structure, names and even more the hex/binary pattern (i.e. which bits were the instruction and which were register bits) of PDP-11 and Z80 were quite similar and, and way easier to translate code PDP<->Z80 than to/from 6502. (such as translating the guts of MBASIC - excluding the I/O of course.)

Yeah I know PDP usually meant octal, but we annotated the PDP manuals with hex, that further made it easier to move between processors (and did further enhance the Z80/PDP similarities / instruction binary style).

On the surface Z80 seemed to have the best set of instructions, but PDP had the best power of instructions - as you mentioned PDP could do pretty much anything with any register, with Z80 a lot of time was spent switching data back and forth between regs (which in hand assembly is painful coz half a page down you have to keep remembering where you left what and if you need to change it around again again again or if it's already changed around).

Once was young and stupid, thankfully not doing (nor contemplating) that [stuff above] anymore.
Signature ready for installation. Please Reboot now.

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 
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 

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.