summaryrefslogtreecommitdiff
path: root/assembly.lisp
AgeCommit message (Collapse)Author
2024-07-31massive overhaul to defop, temporarily disable interpretationmRnea
2024-07-30added bit shifts (<< >>), bitand (&), bitor (|), rot, over, swap opsmRnea
2024-07-30Found a cool idea for DEFOPmRnea
2024-07-29some arrangements to fix quirks of symbols in the executable programmRnea
note that (eq 'baz:foo bar:foo) is not true so some stuff that works in the repl fails in executable
2024-07-27added memory manipulation and syscallsmRnea
2024-07-27changed . to dump, extended defop syntax, added while loopsmRnea
2024-07-24branching (if else) added, as interpretation and compilationmRnea
2024-07-18başlangıç, push pop + - . vb.mRnea