ll_asm icon indicating copy to clipboard operation
ll_asm copied to clipboard

linux_logo in 26+ kinds of assembly language

Results 3 ll_asm issues
Sort by recently updated
recently updated
newest added

There is an online simh instance hosted at https://unix50.org/ (AT&T 3B2) and actual hardware hosted at https://www.livingcomputers.org/Computer-Collection/Online-Systems.aspx Documentation is available http://www.hartetechnologies.com/manuals/3b2/ An example of "Hello, World!" https://codegolf.stackexchange.com/questions/55422/hello-world/267428#267428 Happy Holidays! BTW,...

See great resource: http://mdfs.net/Docs/Comp/Unix/pdp11/SYSCalls should be: See great resource: http://mdfs.net/Docs/Comp/PDP11/Unix/SYSCalls ie, two path components have been swapped.

Hi, over at http://forum.6502.org/viewtopic.php?f=1&t=3044 we've noticed some of the 6502 code is not idiomatic, and therefore not representatively dense. For example: https://github.com/deater/ll_asm/blob/master/no-os/6502_apple/ll_6502.s#L158 can be redone as ... ; save zero...