LINUX.ORG.RU

История изменений

Исправление PPP328, (текущая версия) :

accumulatorLoadNStore :: Instruction
accumulatorLoadNStore = do
    lda (Immediate 0x10)
    sta (Absolute 0x0200)
    rts (Implied)

Ууух, какая срань. Я так и на сишных макросах смогу.

Исходная версия PPP328, :

accumulatorLoadNStore :: Instruction
accumulatorLoadNStore = do
    lda (Immediate 0x10)
    sta (Absolute 0x0200)
    rts (Implied)

Ууух, какая срань. Я там и на сишных макросах смогу.