Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -2,10 +2,10 @@
|
|||
.tf gbye6800.obj,AP1
|
||||
.lf gbye6800
|
||||
;=====================================================;
|
||||
; Goodbye, World! for the Motorola 6800 ;
|
||||
; Hello world! for the Motorola 6800 ;
|
||||
; by barrym 2013-03-17 ;
|
||||
;-----------------------------------------------------;
|
||||
; Prints the message "Goodbye, World!" to an ascii ;
|
||||
; Prints the message "Hello world!" to an ascii ;
|
||||
; terminal (console) connected to a 1970s vintage ;
|
||||
; SWTPC 6800 system, which is the target device for ;
|
||||
; this assembly. ;
|
||||
|
|
@ -27,5 +27,5 @@ puts ldaa ,x ;Load a string character
|
|||
bne outs ;Print it if non-null
|
||||
swi ; else return to the monitor
|
||||
;=====================================================;
|
||||
string .as "Goodbye, World!",#13,#10,#0
|
||||
string .as "Hello world!",#13,#10,#0
|
||||
.en
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue