Machine code: Difference between revisions

m
Altered data statement line numbers to mirror decimal memory locations of machine code.
(Added Commodore BASIC with MOS 65xx/85xx machine code.)
m (Altered data statement line numbers to mirror decimal memory locations of machine code.)
Line 226:
120 next
125 return
20038195 data 24 :rem clc
20048196 data 173,0,32 :rem lda $2000
20078199 data 109,1,32 :rem adc $2001
20108202 data 141,2,32 :rem sta $2002
20138205 data 96 :rem rts</lang>
 
{{Output}}
113

edits