Commit Graph

13 Commits

Author SHA1 Message Date
mycroft
1f063d60c0 Fix a bug, and speed up by a few cycles. 1993-12-07 06:58:35 +00:00
mycroft
2c216884a8 Fix typo. 1993-12-07 03:28:53 +00:00
mycroft
6103136f3b Fix typo. 1993-12-07 02:05:27 +00:00
mycroft
ca4372787c Fix a couple of nits. 1993-12-06 23:45:48 +00:00
mycroft
50ee78b26f Assembler version. 1993-12-06 23:16:05 +00:00
mycroft
8449f5103c More assembler code. 1993-12-06 23:08:46 +00:00
mycroft
a0f51b3da9 Fudged an addressing mode. 1993-12-06 22:51:41 +00:00
mycroft
ff88d330ae Initially cloned from bcmp.S. 1993-12-06 22:37:15 +00:00
mycroft
b5c51ee600 #define the appropriate symbol and #include bcopy.S. 1993-12-06 22:13:08 +00:00
mycroft
87a251f506 Add code for memcpy() and memmove(). 1993-12-06 22:12:04 +00:00
mycroft
448e711c78 Clean up deleted files. 1993-12-04 01:28:42 +00:00
paulus
e290fb8f79 Changed beq's to jeq's, because (a) the jeq gets optimized to a short branch,
and (b) gas currently assembles the beq's wrongly.
1993-11-30 00:45:15 +00:00
paulus
5f70961885 Machine-dependent files for generic m68k machines (copied from hp300) 1993-11-25 23:36:47 +00:00