mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Add pseudoteletypewriter to emulator
https://justine.storage.googleapis.com/emulator628.mp4
This commit is contained in:
parent
e86cff8ba0
commit
5aabacb361
94 changed files with 3245 additions and 2179 deletions
|
@ -93,9 +93,9 @@ enum OpSseUdqIbKernel {
|
|||
kOpSseUdqIbPslldq,
|
||||
};
|
||||
|
||||
void OpSse(struct Machine *, enum OpSseKernel);
|
||||
void OpSseUdqIb(struct Machine *, enum OpSseUdqIbKernel);
|
||||
void OpSsePalignr(struct Machine *);
|
||||
void OpSse(struct Machine *, uint32_t, enum OpSseKernel);
|
||||
void OpSseUdqIb(struct Machine *, uint32_t, enum OpSseUdqIbKernel);
|
||||
void OpSsePalignr(struct Machine *, uint32_t);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue