Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Alan Dartnell
    Participant
    Post count: 2
    in reply to: Specification #1100

    I use the same “trick” of having a high level language as the macro language for an assembler. In my case I use Ada rather than C++. One of the useful features is a register allocator so I can simply ask for a currently unused register which gets allocated from a free register pool. Registers are then identified not by simple Ids but by Ada variables having meaningful names (i.e. names that are meaningful to the program being written). Registers allocated by this mechanism are then released to the free pool when they are no longer needed.

    You wouldn’t want quite that with the belt, but I can envisage a similar mechanism where belt references are via C++ objects which automatically track their belt number.

  • Alan Dartnell
    Participant
    Post count: 2
    in reply to: Mill Logo #1054

    Babbage’s use of Arithmetic Mill and Store would more likely not to have been inspired by water or wind mills but by early factories, in particular cotton mills, or perhaps more just as the place where numbers get ground together.

    The term mill used to be normal in British usage before being displaced by CPU. For example my university’s KDF9 would report the “mill time” used for each job.

Viewing 2 posts - 1 through 2 (of 2 total)