1
vote
3answers
61 views
Left Shift Overflow on 68k/x86?
I heard that the Motorola 68000 and Intel x86 architectures handle overflow from left shifting differently. Specifically the 68k LSL vs. the Intel SAL/SHL assembly instructions.
D …
1
vote
6answers
222 views
Programming Environment for a Motorola 68000 in Linux
Greetings all,
I am taking a Structure and Application of Microcomputers course this semester and we're programming with the Motorola 68000 series CPU/board. The course syllabus s …
3
votes
5answers
158 views
Writing an OS for Motorola 68K processor. Can I emulate it? And can I test-drive OS development?
Next term, I'll need to write a basic operating system for Motorola 68K processor as part of a course lab material.
Is there a Linux emulator of a basic hardware setup with that …
0
votes
1answer
38 views
How do you Echo Data?
Is there a way to echo DATA in 6800 assembly?
If I have it stored like this:
DATA DC.W 1,2,3,9,8,7
1
vote
1answer
151 views
sorting number using easy68k
how to sort number in descending order by using easy68k?
-1
votes
2answers
132 views
Using Easy68k programming
I want to write a program that takes the lower nibbles from addresses $9000 to $9003, sorts them from highest to lowest (descending), and combine them into a word. The word should …
1
vote
3answers
69 views
Where can I find assembler instruction specification info for the Motorola 68000?
I'm looking for information for machine language instruction encoding formats for the Motorola 68000 processor. I have used the The Motorola Mc68000 Microprocessor Family: Assembl …
2
votes
3answers
246 views
What was the name of the Mac (68000) assembler?
I'm sure there were several, but the one I was thinking of would display a nice text screen when you crashed the computer thoroughly.
The Text was "Well smoke me a kipper."
1
vote
2answers
166 views
How can I segment my Palm OS 68K application?
If you have an 68K application written using CodeWarrior for Palm OS, how do you assign individual functions to different segments without manually moving files around in the segme …
