Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for davibq

Hi, im trying to print a "$". I tried using: msj db "Hola", 36 msj db "Hola \$", '$' msj db "Hola \\$", '$' But none of them worked.. Help please

Member Avatar for mathematician
0
165
Member Avatar for brando|away

Hi, I'm trying to print the $ character. I tried putting a "\" but it didnt work.. Any idea??

Member Avatar for davibq
0
3K
Member Avatar for davibq

Hi, im trying to get the parameters from the command line when the program is executed. I know that the PSP have a DTA and it is stored in the DS:[80h], but i dont know how to save the parameter somewhere and use it before. I think I should use …

-1
83
Member Avatar for lotrsimp12345

Like this: '(() () ()) -> 3 lists inside 1 (define a '(())) You only have to put 1 quote..

Member Avatar for davibq
0
61
Member Avatar for lotrsimp12345

(define (sumiteration L) (do ((sum 0) ) ((null? L) suma) (set! sum (+ sum (car L))) (set! L (cdr L)) ) )

Member Avatar for davibq
0
107

The End.