Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Addressing should be after cpu #18

@Yehouda

Description

@Yehouda

(:file "addressing")

The file "addressing" needs to be moved after the file "cpu", because it uses code from "cpu". In particular,
(incf (cpu-cc cpu)) requires cpu-cc to already be defined to be compiled correctly.

(incf (cpu-cc cpu))

As it is the code works when loaded interpreted, but compiling and running the tests gets errors because of this, at least on LispWorks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions